rename
This commit is contained in:
parent
67fa0955ae
commit
892b42a206
2 changed files with 3 additions and 3 deletions
|
|
@ -3,6 +3,6 @@
|
||||||
./nix.nix
|
./nix.nix
|
||||||
./locale.nix
|
./locale.nix
|
||||||
./secrets.nix
|
./secrets.nix
|
||||||
./erase-your-darlings.nix
|
./eraseYourDarlings.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (lib) mkEnableOption mkIf mkOption types;
|
inherit (lib) mkEnableOption mkIf mkOption types;
|
||||||
cfg = config.horseman.base.erase-your-darlings;
|
cfg = config.horseman.base.eraseYourDarlings;
|
||||||
in {
|
in {
|
||||||
options = {
|
options = {
|
||||||
horseman.base.erase-your-darlings = {
|
horseman.base.eraseYourDarlings = {
|
||||||
enable = mkEnableOption "If set, assumes the machine has been set up as a Erase Your Darlings device";
|
enable = mkEnableOption "If set, assumes the machine has been set up as a Erase Your Darlings device";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
Loading…
Add table
Add a link
Reference in a new issue