diff --git a/modules/home-manager/ssh/default.nix b/modules/home-manager/ssh/default.nix index e21057b..6fcd5d8 100644 --- a/modules/home-manager/ssh/default.nix +++ b/modules/home-manager/ssh/default.nix @@ -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;