mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-13 07:41:08 +02:00
systemd-run0: fix pam
This commit is contained in:
parent
35b90a7e4f
commit
017bd33619
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
||||||
cue = true;
|
cue = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# fixes run0 failing to execute
|
||||||
|
services.systemd-run0 = { };
|
||||||
};
|
};
|
||||||
krb5 = {
|
krb5 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue