about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2024-03-07 10:40:38 +0000
committerdevhell <devhell@mailfresser.de>2024-03-07 10:40:38 +0000
commit5f9012f1d7941d4b79c724243630b05c028d1977 (patch)
treeb89b89184a9e070494e706c7d549a86ae68f944a
parent0e67c32361863909a57cc2aff546e67a9aa6586e (diff)
machines/gunnr: zfsUnstable -> pkgs.zfs_unstable
-rw-r--r--machines/devhell/gunnr.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix
index 4171739f..394f0260 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -16,7 +16,7 @@
     };
 
     zfs = {
-      enableUnstable = true;
+      package = pkgs.zfs_unstable;
       requestEncryptionCredentials = true;
     };