Update hosts/server/configuration.nix

This commit is contained in:
2026-06-30 21:59:48 +00:00
parent 0e105923da
commit 100923e1a9
+1 -1
View File
@@ -21,7 +21,7 @@
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
boot.supportedFilesystems = [ "zfs" ];
boot.zfs.forceImportRoot = false;
boot.zfs.package = pkgs.zfs;
boot.zfs.package = pkgs.zfs_unstable;
#boot.zfs.enabled = true;
# Mount server data
#fileSystems."/srv" = {