From f759f98f9772253b53f72e99ffd50c0c96114953 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Tue, 30 Jun 2026 21:15:41 +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 6311ea1..6abc16b 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -31,6 +31,7 @@ in # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. boot.supportedFilesystems = [ "zfs" ]; + boot.zfs.forceImportRoot = false; #boot.zfs.enabled = true; # Mount server data #fileSystems."/srv" = {