summary refs log tree commit diff
path: root/modules/users/Rory.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/users/Rory.nix')
-rwxr-xr-xmodules/users/Rory.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/users/Rory.nix b/modules/users/Rory.nix
index 5bba267..861bf68 100755
--- a/modules/users/Rory.nix
+++ b/modules/users/Rory.nix
@@ -24,12 +24,13 @@
       zsh-you-should-use
       zsh-syntax-highlighting
       zsh-completions
+
+      wireguard-tools
     ];
     openssh.authorizedKeys.keys = [
       #"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICT+53Hy3wbIlNVIomK2RroaimMWrTlUkndjHt1dFuyh root@pfSense-arcane-home.localdomain"
       "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILF2IuNu//0DP/wKMuDvBgVT3YBS2uULsipbdrhJCTM7 thearcanebrony@tab-linux-desktop"
       "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN/kNkY/E5b6rvCQLMaSbpLQ/xoyywIwVVu9uo2j/B6p Rory@RoryNix"
-      "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJPRTuz83dVThuDVXhDz3w3uYBGJ+JPzdZFT6wvhQXQ3 Rory@Rory-wsl" # work laptop
     ];
     useDefaultShell = true;
     shell = pkgs.zsh;