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

This commit is contained in:
2026-06-30 20:49:46 +00:00
parent f00364bd14
commit da3f4b16c9
+1
View File
@@ -17,6 +17,7 @@
# 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.enabled = true;
# Mount server data # Mount server data
#fileSystems."/srv" = { #fileSystems."/srv" = {
# device = "/dev/disk/by-label/server-data"; # device = "/dev/disk/by-label/server-data";