diff options
Diffstat (limited to 'hosts/work.nix')
-rw-r--r-- | hosts/work.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/work.nix b/hosts/work.nix index f26c99b..3893f35 100644 --- a/hosts/work.nix +++ b/hosts/work.nix @@ -37,6 +37,10 @@ LC_TIME = "nl_NL.UTF-8"; }; + programs = { + update-systemd-resolved.servers.ghostnet.includeAutomatically = true; + }; + services = { openssh.enable = true; openvpn.servers = { |