From 017bd336192e93e170e0dd3d008792fe1590357c Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Fri, 9 May 2025 14:28:57 +0200 Subject: [PATCH] systemd-run0: fix pam --- hosts/thinkpad/modules/security/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/thinkpad/modules/security/default.nix b/hosts/thinkpad/modules/security/default.nix index 63b94eb..fbbeb97 100644 --- a/hosts/thinkpad/modules/security/default.nix +++ b/hosts/thinkpad/modules/security/default.nix @@ -18,6 +18,8 @@ cue = true; }; }; + # fixes run0 failing to execute + services.systemd-run0 = { }; }; krb5 = { enable = true;