diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-14 20:47:03 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-14 20:47:03 +0100 |
commit | 3431a4b4dfbfdcdc83610126a5dc495bebc92b7e (patch) | |
tree | d8ca248547e6a5bcf310a035ead7a87212dd8819 /hosts/work.nix | |
parent | cef48a3a23b75d5cfb945912bd6609e8212b0d14 (diff) |
add update-systemd-resolved
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 = { |