Update configuration.nix
This commit is contained in:
parent
526a4a991e
commit
5ee120ef2b
@ -11,8 +11,11 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
# This mounts the ZFS pool
|
# 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" = {
|
#fileSystems."/mnt/media" = {
|
||||||
# device = "zpool_name";
|
# device = "media-pool";
|
||||||
# fsType = "zfs";
|
# fsType = "zfs";
|
||||||
#};
|
#};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user