summaryrefslogtreecommitdiff
path: root/hosts/apocalypse/default.nix
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2026-02-11 15:22:53 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2026-02-11 15:22:53 +0100
commit2f65e7f40e97f6ccb3d164169698033ce1692a76 (patch)
treeee2b64b835a32adbd8b28e292b975165936824ef /hosts/apocalypse/default.nix
parent52e8a6819240c59c8a84b141f9a10a6c7dc7304d (diff)
Spring cleaning
Diffstat (limited to 'hosts/apocalypse/default.nix')
-rw-r--r--hosts/apocalypse/default.nix12
1 files changed, 7 insertions, 5 deletions
diff --git a/hosts/apocalypse/default.nix b/hosts/apocalypse/default.nix
index b2eddc4..d22f2df 100644
--- a/hosts/apocalypse/default.nix
+++ b/hosts/apocalypse/default.nix
@@ -25,7 +25,7 @@
gpg.enable = true;
remote_builder = {
- enable = true;
+ enable = false;
allowedKeyFiles = [ ../../secrets/eli.pub ];
openFirewall = true;
};
@@ -76,10 +76,12 @@
services.resolved = {
enable = true;
- dnssec = "false";
- domains = [ "~." ];
- fallbackDns = [ ];
- dnsovertls = "opportunistic";
+ settings.Resolve = {
+ DNSSEC = "false";
+ Domains = [ "~." ];
+ FallbackDns = [ "8.8.8.8" ];
+ DNSOverTLS = "opportunistic";
+ };
};
networking.useDHCP = lib.mkDefault true;