mirror of
https://github.com/elitak/nixos-infect
synced 2024-11-10 05:54:20 +00:00
Revert the users.users.root
change
This commit is contained in:
parent
9d8dff9382
commit
ffb0e964c3
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ makeConf() {
|
|||
networking.hostName = "$(hostname)";
|
||||
networking.firewall.allowPing = true;
|
||||
services.openssh.enable = true;
|
||||
users.root.openssh.authorizedKeys.keys = [$(for key in ${keys[@]}; do echo -n "
|
||||
users.users.root.openssh.authorizedKeys.keys = [$(for key in ${keys[@]}; do echo -n "
|
||||
\"$key\""; done)
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue