diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-08-03 16:12:57 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-08-03 16:12:57 +0200 |
commit | c8d2e1b157268975a8f67cc1e4a3d05a183c294a (patch) | |
tree | f48cb60226635f9f210ebe47a57dc261ad4d6aa6 /hosts/vidhar | |
parent | ea2f9950de0f387154b3eeb0e02aa14384e73275 (diff) | |
download | nixos-c8d2e1b157268975a8f67cc1e4a3d05a183c294a.tar nixos-c8d2e1b157268975a8f67cc1e4a3d05a183c294a.tar.gz nixos-c8d2e1b157268975a8f67cc1e4a3d05a183c294a.tar.bz2 nixos-c8d2e1b157268975a8f67cc1e4a3d05a183c294a.tar.xz nixos-c8d2e1b157268975a8f67cc1e4a3d05a183c294a.zip |
vidhar: actually configure zfs
Diffstat (limited to 'hosts/vidhar')
-rw-r--r-- | hosts/vidhar/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index 339ca365..fecbfe9d 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -1,6 +1,7 @@ | |||
1 | { hostName, flake, pkgs, lib, ... }: | 1 | { hostName, flake, pkgs, lib, ... }: |
2 | { | 2 | { |
3 | imports = with flake.nixosModules.systemProfiles; [ | 3 | imports = with flake.nixosModules.systemProfiles; [ |
4 | ./zfs.nix | ||
4 | initrd-all-crypto-modules default-locale openssh rebuild-machines | 5 | initrd-all-crypto-modules default-locale openssh rebuild-machines |
5 | ]; | 6 | ]; |
6 | 7 | ||