summary refs log tree commit diff
path: root/profiles/user.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/user.nix')
-rw-r--r--profiles/user.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/user.nix b/profiles/user.nix
index 3df7c18..71c6617 100644
--- a/profiles/user.nix
+++ b/profiles/user.nix
@@ -45,6 +45,12 @@
       };
       programs.ssh = {
         enable = true;
+        knownHosts = {
+          pc = {
+            extraHostNames = [ "100.99.246.128" ];
+            publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINu5lRKb1Ao4uj1tAV10QHKIvXfC8ncQ65b+oJtxrd1e";
+          };
+        };
         matchBlocks."*".identityFile = config.age.secrets."id_ed25519".path;
       };
     };