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
|
||||
./locale.nix
|
||||
./secrets.nix
|
||||
./erase-your-darlings.nix
|
||||
./eraseYourDarlings.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,10 +7,10 @@
|
|||
...
|
||||
}: let
|
||||
inherit (lib) mkEnableOption mkIf mkOption types;
|
||||
cfg = config.horseman.base.erase-your-darlings;
|
||||
cfg = config.horseman.base.eraseYourDarlings;
|
||||
in {
|
||||
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";
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue