asd
This commit is contained in:
@@ -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 ... ]
|
||||
|
||||
Reference in New Issue
Block a user