summaryrefslogtreecommitdiff
path: root/hosts/sif/hw.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/sif/hw.nix')
-rw-r--r--hosts/sif/hw.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/sif/hw.nix b/hosts/sif/hw.nix
index 4e4b3649..ad0d3927 100644
--- a/hosts/sif/hw.nix
+++ b/hosts/sif/hw.nix
@@ -1,4 +1,4 @@
1{ config, lib, pkgs, ... }: 1{ config, lib, pkgs, utils, ... }:
2 2
3{ 3{
4 fileSystems = { 4 fileSystems = {
@@ -56,6 +56,7 @@
56 options = [ "bind" ]; 56 options = [ "bind" ];
57 }; 57 };
58 }; 58 };
59 boot.initrd.systemd.services."unlock-bcachefs-${utils.escapeSystemdPath "/.bcachefs"}".enable = false;
59 60
60 swapDevices = [ 61 swapDevices = [
61 { label = "swap"; } 62 { label = "swap"; }