This commit is contained in:
2025-01-21 23:42:55 +01:00
parent e364359bdb
commit 5da6e6502c
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -247,6 +247,7 @@
]);
}))
];
nix-system-features = cfg.nix.settings.system-features;
bootloader = if cfg.boot.loader.grub.enable then "grub"
else if cfg.boot.loader.systemd-boot.enable then "systemd-boot"
else null;
@@ -279,10 +280,12 @@
#rb = ./profiles/known-hosts.nix; # TODO
nixld = ./profiles/nix-ld.nix;
dns64 = { config, ... }: {
/*
networking.nameservers = [ "2001:700:1:11::2:51" ]; # dns64.uninett.no
networking.networkmanager.enable = true;
networking.networkmanager.insertNameservers = config.networking.nameservers; # https://github.com/NixOS/nixpkgs/issues/61230
networking.resolvconf.enable = false;
*/
};
in builtins.mapAttrs (hostname: curried: curried hostname) {
#hostname "domain" "system" inputs "state" [ modules ... ]