This commit is contained in:
KoenDR06 2026-03-30 23:52:39 +02:00
parent 67fa0955ae
commit 892b42a206
2 changed files with 3 additions and 3 deletions

View file

@ -3,6 +3,6 @@
./nix.nix
./locale.nix
./secrets.nix
./erase-your-darlings.nix
./eraseYourDarlings.nix
];
}

View file

@ -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";
};
};