feat(battleship): add ssh key to access

This commit is contained in:
Guz
2026-05-15 15:44:48 -03:00
parent cae03ec7d5
commit 6bf138b9a5
2 changed files with 2 additions and 0 deletions

1
.ssh/battleship.pub Normal file
View File

@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJuNk1zFUrKNb0Xg3iSSnFYHPbWGvRyk2HFK4Rq0sxm4 battleship login

View File

@@ -137,6 +137,7 @@
[
./hosts/battleship/configuration.nix
./home/worm/configuration.nix
{users.users."guz".openssh.authorizedKeys.keyFiles = [./.ssh/battleship.pub];}
]
++ commonModules;
};