fudo-system default to false
This commit is contained in:
parent
39b75407ce
commit
22afad1a9e
|
@ -8,7 +8,7 @@ in {
|
|||
domains = import-by-basename ./domains;
|
||||
hosts = withDefaults {
|
||||
nixos-system = true;
|
||||
fudo-system = true;
|
||||
fudo-system = false;
|
||||
profile = "server";
|
||||
hardened = false;
|
||||
} (import-by-basename ./hosts);
|
||||
|
|
Loading…
Reference in New Issue