diff --git a/machines/geo01/_configuration.nix b/machines/geo01/_configuration.nix index eb8c564..8f2a118 100644 --- a/machines/geo01/_configuration.nix +++ b/machines/geo01/_configuration.nix @@ -12,7 +12,10 @@ lib.extra.mkConfig { extraConfig = { services.netbird.enable = true; - dgn-hardware.useBcachefs = true; + dgn-hardware = { + useZfs = true; + zfsPools = [ "work01" ]; + }; }; root = ./.; diff --git a/machines/geo02/_configuration.nix b/machines/geo02/_configuration.nix index eb8c564..8f2a118 100644 --- a/machines/geo02/_configuration.nix +++ b/machines/geo02/_configuration.nix @@ -12,7 +12,10 @@ lib.extra.mkConfig { extraConfig = { services.netbird.enable = true; - dgn-hardware.useBcachefs = true; + dgn-hardware = { + useZfs = true; + zfsPools = [ "work01" ]; + }; }; root = ./.;