From da3f4b16c9a84b68e7ee4f8dc21c74bf25d65a80 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Tue, 30 Jun 2026 20:49:46 +0000 Subject: [PATCH] Update hosts/server/configuration.nix --- hosts/server/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 863bd3d..50dc85e 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -17,6 +17,7 @@ # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. boot.supportedFilesystems = [ "zfs" ]; + boot.zfs.enabled = true; # Mount server data #fileSystems."/srv" = { # device = "/dev/disk/by-label/server-data";