Add fudo-system option
This commit is contained in:
parent
6d08c1a790
commit
d604090b94
@ -36,12 +36,6 @@ in rec {
|
|||||||
'';
|
'';
|
||||||
default = [ ];
|
default = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
world-readable = mkOption {
|
|
||||||
type = bool;
|
|
||||||
description = "Whether to leave the top level world-readable.";
|
|
||||||
default = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
@ -257,6 +251,13 @@ in rec {
|
|||||||
default = true;
|
default = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fudo-system = mkOption {
|
||||||
|
type = bool;
|
||||||
|
description =
|
||||||
|
"Whether the host is a Fudo host (i.e. needs generated keys) without being a NixOS system.";
|
||||||
|
default = false;
|
||||||
|
};
|
||||||
|
|
||||||
arch = mkOption {
|
arch = mkOption {
|
||||||
type = str;
|
type = str;
|
||||||
description = "System architecture of the system.";
|
description = "System architecture of the system.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user