diff options
author | lassulus <lassulus@lassul.us> | 2021-06-05 12:56:07 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-06-05 12:56:07 +0200 |
commit | e0dab53c8cf306732979fcffea65c5ef0c6e8c6e (patch) | |
tree | b7d74216246ed9fd5c2b0cf5784adf6c09141598 /lass/1systems/coaxmetal/physical.nix | |
parent | 1ba7cf64f17854c392cb5bb4c7dc009652667e68 (diff) |
l coaxmetal.r: enable zfs unstable
Diffstat (limited to 'lass/1systems/coaxmetal/physical.nix')
-rw-r--r-- | lass/1systems/coaxmetal/physical.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lass/1systems/coaxmetal/physical.nix b/lass/1systems/coaxmetal/physical.nix index c94740c54..3632ffd3e 100644 --- a/lass/1systems/coaxmetal/physical.nix +++ b/lass/1systems/coaxmetal/physical.nix @@ -7,6 +7,7 @@ networking.hostId = "e0c335ea"; boot.zfs.requestEncryptionCredentials = true; + boot.zfs.enableUnstable = true; boot.loader.efi.canTouchEfiVariables = true; boot.loader.grub = { enable = true; |