Update configuration.nix

This commit is contained in:
batvin321 2025-01-26 17:31:10 -05:00
parent 526a4a991e
commit 5ee120ef2b

View File

@ -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";
#};