hosts/artemis: add authorized SSH key for root
This commit is contained in:
@@ -30,6 +30,16 @@
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
|
||||
users = {
|
||||
users = {
|
||||
root = {
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILVHTjsyMIV4THNw6yz0OxAxGnC+41gX72UrPqTzR+OS jordan@vimium.com"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.sunshine = {
|
||||
enable = false;
|
||||
package = pkgs.unstable.sunshine;
|
||||
|
Reference in New Issue
Block a user