mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
comments
This commit is contained in:
parent
40bc834233
commit
fa898bb5ae
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ in
|
||||||
networking.search = [ (cfg.longname) ];
|
networking.search = [ (cfg.longname) ];
|
||||||
security.pam.services.sshd.makeHomeDir = true;
|
security.pam.services.sshd.makeHomeDir = true;
|
||||||
security.krb5 = {
|
security.krb5 = {
|
||||||
|
# These settings have been updated for NixOS 24.05.
|
||||||
|
# Breaking changes happenned since 23.11.
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.libdefaults.default_realm = lib.toUpper cfg.longname;
|
settings.libdefaults.default_realm = lib.toUpper cfg.longname;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue