Add root mount

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-14 10:28:44 +01:00
parent 50d902b04b
commit eaa6b8cbdc
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -14,6 +14,12 @@
boot.supportedFilesystems = [ "zfs" ];
boot.kernelParams = ["zfs_force=1"]; # Remove after next boot
fileSystems."/" =
{ device = "tank/nixos";
fsType = "zfs";
options = [ "zfsutil" ];
};
fileSystems."/nix" =
{ device = "tank/nixos/nix";
fsType = "zfs";