From 35a9aad4c1d751423cddd908fae4977a76eca5a0 Mon Sep 17 00:00:00 2001 From: cnst Date: Sat, 13 Sep 2025 19:47:36 +0200 Subject: [PATCH] feat(zfs): add zfs support --- hosts/sobotka/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sobotka/hardware-configuration.nix b/hosts/sobotka/hardware-configuration.nix index 5febf188..636ec27d 100644 --- a/hosts/sobotka/hardware-configuration.nix +++ b/hosts/sobotka/hardware-configuration.nix @@ -22,6 +22,7 @@ "sd_mod" ]; boot.initrd.kernelModules = [ "amdgpu" ]; + boot.supportedFilesystems = [ "zfs" ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ];