This commit is contained in:
iFargle 2023-12-12 21:09:50 +09:00
parent 4d54af3562
commit c54f1f4244

View file

@ -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 ];
};
}