Compare commits
3 commits
e8dc9fa516
...
892b42a206
| Author | SHA1 | Date | |
|---|---|---|---|
| 892b42a206 | |||
| 67fa0955ae | |||
| 368256ffe6 |
3 changed files with 3 additions and 8 deletions
|
|
@ -22,11 +22,6 @@
|
|||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/mnt/bulk" = {
|
||||
device = "/dev/disk/by-uuid/b43f0ba4-c628-4f1a-8523-c6b970325330";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/boot" = {
|
||||
device = "/dev/disk/by-uuid/6AB6-63FD";
|
||||
fsType = "vfat";
|
||||
|
|
|
|||
|
|
@ -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