nix: require /etc/userdb nix-daemon
All checks were successful
test / test (push) Successful in 36s

There seems to be some kind of credential caching in nix-daemon.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
2024-12-07 21:07:57 +09:00
parent 33c95b80ca
commit 39e3ac3ccd

View File

@@ -53,6 +53,8 @@ in
'';
};
systemd.services.nix-daemon.unitConfig.RequiresMountsFor = [ "/etc/userdb" ];
services.userdbd.enable = mkDefault true;
home-manager =