hosts/artemis: add authorized SSH key for root

This commit is contained in:
2025-07-19 16:05:28 +01:00
parent 8a4ae7b3b7
commit 1421079efd

View File

@@ -30,6 +30,16 @@
networkmanager.enable = true; networkmanager.enable = true;
}; };
users = {
users = {
root = {
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILVHTjsyMIV4THNw6yz0OxAxGnC+41gX72UrPqTzR+OS jordan@vimium.com"
];
};
};
};
services.sunshine = { services.sunshine = {
enable = false; enable = false;
package = pkgs.unstable.sunshine; package = pkgs.unstable.sunshine;