test
This commit is contained in:
parent
4d54af3562
commit
c54f1f4244
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
{ config, desktop, lib, pkgs, ... }: {
|
||||
users.users.root.openssh.authorizedKeys.keyFiles = [
|
||||
../../../keys/ssh/keys.txt
|
||||
];
|
||||
# Define a user account.
|
||||
users.users.root = {
|
||||
openssh.authorizedKeys.keyFiles = [ ../../../keys/ssh/keys.txt ];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue