summary refs log tree commit diff
path: root/modules/system/boot/systemd.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-06-19 17:02:54 -0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-06-19 17:02:54 -0400
commit2fa1ba85c6f4b96a56d8ed0c1ca361ee59dc6d2b (patch)
treee65ede6ec6c6bba84df17a49bd7b2f1f73bfc11f /modules/system/boot/systemd.nix
parent2526afb1c7711123a183482f4e2f11637adcb1a9 (diff)
downloadnixpkgs-2fa1ba85c6f4b96a56d8ed0c1ca361ee59dc6d2b.tar
nixpkgs-2fa1ba85c6f4b96a56d8ed0c1ca361ee59dc6d2b.tar.gz
nixpkgs-2fa1ba85c6f4b96a56d8ed0c1ca361ee59dc6d2b.tar.bz2
nixpkgs-2fa1ba85c6f4b96a56d8ed0c1ca361ee59dc6d2b.tar.lz
nixpkgs-2fa1ba85c6f4b96a56d8ed0c1ca361ee59dc6d2b.tar.xz
nixpkgs-2fa1ba85c6f4b96a56d8ed0c1ca361ee59dc6d2b.tar.zst
nixpkgs-2fa1ba85c6f4b96a56d8ed0c1ca361ee59dc6d2b.zip
Enable the systemd password agents
Diffstat (limited to 'modules/system/boot/systemd.nix')
-rw-r--r--modules/system/boot/systemd.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/system/boot/systemd.nix b/modules/system/boot/systemd.nix
index 652f9763024..7fafc94a4bb 100644
--- a/modules/system/boot/systemd.nix
+++ b/modules/system/boot/systemd.nix
@@ -194,6 +194,12 @@ let
       "umount.target"
       "final.target"
 
+      # Password entry.
+      "systemd-ask-password-console.path"
+      "systemd-ask-password-console.service"
+      "systemd-ask-password-wall.path"
+      "systemd-ask-password-wall.service"
+
       # Misc.
       "syslog.socket"
     ];