Refer to main users SSH keys for root
This commit is contained in:
parent
45562df6cf
commit
db447ddb8b
@ -127,9 +127,7 @@ with pkgs;
|
|||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
users.users.root = {
|
users.users.root = {
|
||||||
shell = "${fish}/bin/fish";
|
shell = "${fish}/bin/fish";
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = config.users.users.coolneng.openssh.authorizedKeys.keys;
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFRqINHR7/zc+c3/PuR+NeSsBHXXzBiEtFWSK6QaxQTW coolneng@panacea"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Keep logs for a month
|
# Keep logs for a month
|
||||||
|
Loading…
Reference in New Issue
Block a user