dumpyourvms: add OpenVPN config for CaT

This commit is contained in:
teutat3s 2023-04-07 16:01:21 +02:00
parent 8939568d7c
commit cbf3c81b32
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -70,6 +70,9 @@ in {
services.mozillavpn.enable = true;
networking = import ./networking.nix;
services.tailscale.enable = true;
services.openvpn.servers = {
catVPN = {config = ''config /home/teutat3s/.local/share/openvpn/catVPN.conf '';};
};
security.pki.certificateFiles = [./consul-agent-ca.pem];
@ -150,7 +153,6 @@ in {
''SUBSYSTEM=="pci", KERNEL=="0000:00:14.0", ATTR{power/wakeup}="disabled"'';
services.printing.enable = true;
services.printing.drivers = [pkgs.brlaser];
home-manager = pkgs.lib.setAttrByPath ["users" psCfg.user.name] {
# Custom device sway configs