fixed formatting

This commit is contained in:
Jakub Kropáček 2024-12-22 15:10:37 +01:00
parent 2848616359
commit b93cf25dea
2 changed files with 8 additions and 2 deletions

View file

@ -10,7 +10,10 @@
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
kropcloud = {
admin = {

View file

@ -58,7 +58,10 @@ in
};
};
useDHCP = (cfg.ipv4.address == null || cfg.ipv4.prefixLength == null);
nameservers = [ "8.8.8.8" "1.1.1.1" ];
nameservers = [
"8.8.8.8"
"1.1.1.1"
];
};
};
}