Update hosts/server/configuration.nix

This commit is contained in:
2026-06-30 21:15:41 +00:00
parent 903e5243a7
commit 33cd951205
+1
View File
@@ -31,6 +31,7 @@ in
# Pick only one of the below networking options. # Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
boot.supportedFilesystems = [ "zfs" ]; boot.supportedFilesystems = [ "zfs" ];
boot.zfs.forceImportRoot = false;
#boot.zfs.enabled = true; #boot.zfs.enabled = true;
# Mount server data # Mount server data
#fileSystems."/srv" = { #fileSystems."/srv" = {