Update hosts/server/configuration.nix
Check NixOS configurations / eval-hosts (push) Failing after 6m55s

This commit is contained in:
2026-06-30 21:55:42 +00:00
parent 33be42e3ca
commit 29b1b86286
+1 -1
View File
@@ -21,7 +21,7 @@
# 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.forceImportRoot = false;
boot.zfs.package = config.boot.kernelPackages.zfs; boot.zfs.package = pkgs.zfs;
#boot.zfs.enabled = true; #boot.zfs.enabled = true;
# Mount server data # Mount server data
#fileSystems."/srv" = { #fileSystems."/srv" = {