diff --git a/configuration.nix b/configuration.nix index 58b9abc..486e7bd 100644 --- a/configuration.nix +++ b/configuration.nix @@ -11,8 +11,11 @@ ]; # This mounts the ZFS pool + b#oot.supportedFilesystems = [ "zfs" ]; + #boot.zfs.forceImportRoot = false; + #networking.hostId = "6d778fb4"; # head -c4 /dev/urandom | od -A none -t x4 #fileSystems."/mnt/media" = { - # device = "zpool_name"; + # device = "media-pool"; # fsType = "zfs"; #};