Add root mount
This commit is contained in:
parent
50d902b04b
commit
eaa6b8cbdc
1 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue