summaryrefslogtreecommitdiff
path: root/modules/users/nixremote.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/users/nixremote.nix')
-rw-r--r--modules/users/nixremote.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/users/nixremote.nix b/modules/users/nixremote.nix
index 039295f..e74eb78 100644
--- a/modules/users/nixremote.nix
+++ b/modules/users/nixremote.nix
@@ -13,11 +13,15 @@
openssh.authorizedKeys.keys = [
# "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPLx3RgUgbE7THS7hRZypyudEKffj0ppwQfQuxIpPf8H root@zenbook"
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBCG1giaA3GBIdSUvTtaiQd+Bb3obwYAWqKWAryY35cb defin@zenbook"
+ # "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO6k19snOWGYLhNLBYAWIQYtHP88hG7wePNcSe9BAfz1 defin@zenbook"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINdxcB4CepjCBKNBGfKcnkrfNMiJAxm+whuQL+dhSxqh root@zenbook"
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOJ2FsW9aYFkSfEUvaAVYuLpMWPeBmEvcF1KcN9bLlQE root@biski"
];
};
};
+ nix.settings.trusted-users = [ "nixremote" ];
services.openssh = {
ports = [ 22 ];
settings.PasswordAuthentication = false;