refactor(sj-srv1)

This commit is contained in:
steveej 2024-12-06 10:27:41 +01:00
parent 5cb20fcb5d
commit ab020ae8eb
3 changed files with 3 additions and 4 deletions

View file

@ -1 +0,0 @@
_: { boot.extraModulePackages = [ ]; }

View file

@ -17,10 +17,7 @@
}; };
} }
../../modules/opinionatedDisk.nix
./system.nix ./system.nix
./hw.nix ./hw.nix
./boot.nix
]; ];
} }

View file

@ -41,6 +41,9 @@ let
]; ];
in in
{ {
imports = [
../../modules/opinionatedDisk.nix
];
hardware.opinionatedDisk = { hardware.opinionatedDisk = {
enable = true; enable = true;
encrypted = false; encrypted = false;