]> Skullheadx's Git Forge - nixos.git/commitdiff
add laptop ssh key
authorSkullheadx <admonty1@gmail.com>
Tue, 2 Jun 2026 20:42:20 +0000 (16:42 -0400)
committerSkullheadx <admonty1@gmail.com>
Tue, 2 Jun 2026 20:42:20 +0000 (16:42 -0400)
.gitignore
hosts/icon/configuration.nix
hosts/nepsis/configuration.nix
pubkeys/laptop_ssh.pub [new file with mode: 0644]

index 3819313818f61d9121ab2ec8c244aeab43041edf..58fa4582ea94182471648c96883ace40bc443ef3 100644 (file)
@@ -1,2 +1,3 @@
 *.swp
 *.swo
+/.DS_Store
index 7ec11df19eb26a8ac3cd7f1f3e3e50bf726469b2..658e4bf9504c6bde8397d70ace299fb04133cffc 100644 (file)
@@ -15,6 +15,9 @@
         extraHostNames = ["192.168.1.122"];
         publicKeyFile = ./../../pubkeys/desktop_ssh.pub;
       };
+      laptop = {
+        publicKeyFile = ./../../pubkeys/laptop_ssh.pub;
+      };
       vps = {
         extraHostNames = ["170.205.37.7"];
         publicKeyFile = ./../../pubkeys/vps_ssh.pub;
@@ -69,7 +72,7 @@
       home = "/srv/git";
       createHome = true;
       homeMode = "755";
-      openssh.authorizedKeys.keyFiles = [../../pubkeys/desktop_ssh.pub ../../pubkeys/homelab_ssh.pub];
+      openssh.authorizedKeys.keyFiles = [../../pubkeys/desktop_ssh.pub ../../pubkeys/homelab_ssh.pub ../../pubkeys/laptop_ssh.pub];
     };
   };
 
index 5d13b3867d15ea6db511833df5d18ae8e349465f..587303f7ed2c33ba173c9ed9678401eede4ddcbd 100644 (file)
@@ -23,6 +23,9 @@
         extraHostNames = ["192.168.1.120"];
         publicKeyFile = ./../../pubkeys/homelab_ssh.pub;
       };
+      laptop = {
+        publicKeyFile = ./../../pubkeys/laptop_ssh.pub;
+      };
       vps = {
         extraHostNames = ["170.205.37.7"];
         publicKeyFile = ./../../pubkeys/vps_ssh.pub;
diff --git a/pubkeys/laptop_ssh.pub b/pubkeys/laptop_ssh.pub
new file mode 100644 (file)
index 0000000..0258d82
--- /dev/null
@@ -0,0 +1 @@
+ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIq/Xh+voRkITnxZeAFQDkLNPz6vzdhCE6WPSG8Yk1j0 amontgom@uwaterloo.ca