aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/autounlock.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/autounlock.nix')
-rw-r--r--nixos/modules/autounlock.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/autounlock.nix b/nixos/modules/autounlock.nix
index d7d6a7c..912f55f 100644
--- a/nixos/modules/autounlock.nix
+++ b/nixos/modules/autounlock.nix
@@ -18,6 +18,7 @@ in {
config = mkIf (cnf != {}) {
environment.systemPackages = [pkgs.luks-hw-password];
boot.initrd = {
+ systemd.enable = false;
extraFiles."/luks-hw-password".source = pkgs.luks-hw-password;
luks.devices =
mapAttrs (name: value: {