From 837096ca28da9b41f2e6e1943571f060a633180a Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 1 Jul 2026 21:58:20 +0000 Subject: [PATCH] Update hosts/server/configuration.nix --- hosts/server/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 5f25cdd..96857dc 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -22,7 +22,7 @@ boot.supportedFilesystems = [ "zfs" ]; boot.zfs.forceImportRoot = false; boot.zfs.package = pkgs.zfs_unstable; - #boot.zfs.enabled = true; + boot.zfs.enabled = true; # Mount server data #fileSystems."/srv" = { # device = "/dev/disk/by-label/server-data";