diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/vidhar/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index dc7f620b..e8e654b9 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -1,7 +1,7 @@ | |||
1 | { flake, pkgs, lib, ... }: | 1 | { flake, pkgs, lib, ... }: |
2 | { | 2 | { |
3 | imports = with flake.nixosModules.systemProfiles; [ | 3 | imports = with flake.nixosModules.systemProfiles; [ |
4 | openssh rebuild-machines | 4 | openssh rebuild-machines initrd-all-crypto-modules |
5 | ]; | 5 | ]; |
6 | 6 | ||
7 | config = { | 7 | config = { |
@@ -27,6 +27,8 @@ | |||
27 | zfs = { | 27 | zfs = { |
28 | enableUnstable = true; | 28 | enableUnstable = true; |
29 | }; | 29 | }; |
30 | |||
31 | initrd.kernelModules = [ "dm_raid" ]; | ||
30 | }; | 32 | }; |
31 | 33 | ||
32 | fileSystems = { | 34 | fileSystems = { |