diff options
Diffstat (limited to '')
| -rw-r--r-- | sys/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/default.nix b/sys/default.nix index 08b6549..643cc0d 100644 --- a/sys/default.nix +++ b/sys/default.nix @@ -275,6 +275,7 @@ in { networking = { hostName = cfg.hostname; useDHCP = false; + useNetworkd = true; interfaces = mkIf (cfg.dhcpInterface != null) { "${cfg.dhcpInterface}".useDHCP = true; @@ -301,7 +302,7 @@ in { security.pam = { oath = { - usersFile = "/var/trust/users.oath"; + usersFile = "/var/trust/auth/users.oath"; digits = 6; window = 30; }; |
