feat: cuina host
parent
936b7a3202
commit
e91da8ca95
|
@ -8,7 +8,8 @@ let
|
||||||
forwardAgent = true;
|
forwardAgent = true;
|
||||||
port = 22;
|
port = 22;
|
||||||
};
|
};
|
||||||
in {
|
in
|
||||||
|
{
|
||||||
home.file.".ssh/id_rsa.pub".source = ./id_rsa_gpg.pub;
|
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_-cert.pub".source = ./id_rsa_gpg-cert.pub;
|
||||||
home.file.".ssh/id_rsa_gpg.pub".source = ./id_rsa_gpg.pub;
|
home.file.".ssh/id_rsa_gpg.pub".source = ./id_rsa_gpg.pub;
|
||||||
|
@ -27,7 +28,7 @@ in {
|
||||||
|
|
||||||
"suricata" = defaultBlock;
|
"suricata" = defaultBlock;
|
||||||
"lb" = defaultBlock;
|
"lb" = defaultBlock;
|
||||||
"kitchen" = defaultBlock;
|
"cuina" = defaultBlock;
|
||||||
"capibara" = defaultBlock;
|
"capibara" = defaultBlock;
|
||||||
"pikvm" = defaultBlock;
|
"pikvm" = defaultBlock;
|
||||||
"narwhal" = defaultBlock;
|
"narwhal" = defaultBlock;
|
||||||
|
|
Loading…
Reference in New Issue