format code
This commit is contained in:
@@ -11,7 +11,10 @@ in {
|
|||||||
system.hydraAutoUpgrade = {
|
system.hydraAutoUpgrade = {
|
||||||
enable = lib.mkEnableOption "periodic hydra-based auto upgrade";
|
enable = lib.mkEnableOption "periodic hydra-based auto upgrade";
|
||||||
operation = lib.mkOption {
|
operation = lib.mkOption {
|
||||||
type = lib.types.enum ["switch" "boot"];
|
type = lib.types.enum [
|
||||||
|
"switch"
|
||||||
|
"boot"
|
||||||
|
];
|
||||||
default = "switch";
|
default = "switch";
|
||||||
};
|
};
|
||||||
dates = lib.mkOption {
|
dates = lib.mkOption {
|
||||||
|
Reference in New Issue
Block a user