diff options
author | Rory& <root@rory.gay> | 2024-07-01 18:32:45 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-04 14:45:02 +0200 |
commit | f5d72806b561c041f2dcccfd27aa6691462be32a (patch) | |
tree | ec7389c302bda59344bcb5474ae7e960f2ee22ba /modules | |
parent | Split up synapse config (diff) | |
download | Rory-Open-Architecture-f5d72806b561c041f2dcccfd27aa6691462be32a.tar.xz |
Synapse changes for testing
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/users/Rory.nix | 3 |
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; |