diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-07-30 18:30:00 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-07-30 18:30:00 +0200 |
commit | 2a5bf55ea71ff8af6b9241730537ac98a2663f02 (patch) | |
tree | 6d0b90102e8482f25511e651a0405d6d90141c66 /hosts/sif/hw.nix | |
parent | 051ad4bbb24ad4cc7b9fc71c254a7ae3c54544ea (diff) | |
download | nixos-2a5bf55ea71ff8af6b9241730537ac98a2663f02.tar nixos-2a5bf55ea71ff8af6b9241730537ac98a2663f02.tar.gz nixos-2a5bf55ea71ff8af6b9241730537ac98a2663f02.tar.bz2 nixos-2a5bf55ea71ff8af6b9241730537ac98a2663f02.tar.xz nixos-2a5bf55ea71ff8af6b9241730537ac98a2663f02.zip |
...
Diffstat (limited to 'hosts/sif/hw.nix')
-rw-r--r-- | hosts/sif/hw.nix | 3 |
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"; } |