diff options
| author | Skullheadx <admonty1@gmail.com> | 2026-06-02 16:42:20 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@gmail.com> | 2026-06-02 16:42:20 -0400 |
| commit | d0ec4a73db2b2d5cdde7014b9397acabd58edc03 (patch) | |
| tree | 508d7f251ed38318cf53b5ed9390b482965d5d2f /hosts/nepsis | |
| parent | fix senpai dots (diff) | |
| download | nixos-d0ec4a73db2b2d5cdde7014b9397acabd58edc03.tar.gz nixos-d0ec4a73db2b2d5cdde7014b9397acabd58edc03.tar.bz2 nixos-d0ec4a73db2b2d5cdde7014b9397acabd58edc03.zip | |
add laptop ssh key
Diffstat (limited to 'hosts/nepsis')
| -rw-r--r-- | hosts/nepsis/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/nepsis/configuration.nix b/hosts/nepsis/configuration.nix index 5d13b38..587303f 100644 --- a/hosts/nepsis/configuration.nix +++ b/hosts/nepsis/configuration.nix @@ -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; |
