feat: cuina host

main
Ricard Illa 2023-08-15 15:57:10 +02:00
parent 936b7a3202
commit e91da8ca95
Signed by: rilla
GPG Key ID: 525307BD467E4205
1 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,8 @@ let
forwardAgent = true;
port = 22;
};
in {
in
{
home.file.".ssh/id_rsa.pub".source = ./id_rsa_gpg.pub;
home.file.".ssh/id_rsa_-cert.pub".source = ./id_rsa_gpg-cert.pub;
home.file.".ssh/id_rsa_gpg.pub".source = ./id_rsa_gpg.pub;
@ -27,7 +28,7 @@ in {
"suricata" = defaultBlock;
"lb" = defaultBlock;
"kitchen" = defaultBlock;
"cuina" = defaultBlock;
"capibara" = defaultBlock;
"pikvm" = defaultBlock;
"narwhal" = defaultBlock;