From e91da8ca95dbd1463ab1690aa92156cfd2642475 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Tue, 15 Aug 2023 15:57:10 +0200 Subject: [PATCH] feat: cuina host --- modules/home-manager/ssh/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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;