fixed formatting
This commit is contained in:
parent
2848616359
commit
b93cf25dea
2 changed files with 8 additions and 2 deletions
|
@ -10,7 +10,10 @@
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [
|
||||||
|
"nix-command"
|
||||||
|
"flakes"
|
||||||
|
];
|
||||||
|
|
||||||
kropcloud = {
|
kropcloud = {
|
||||||
admin = {
|
admin = {
|
||||||
|
|
|
@ -58,7 +58,10 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
useDHCP = (cfg.ipv4.address == null || cfg.ipv4.prefixLength == null);
|
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"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue