diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-25 03:22:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-25 03:22:47 +0200 |
| commit | 68c0f2e197737990e6edac08ca1b5cc8afbb4d3d (patch) | |
| tree | fee5390cc26f720de714a522ca4d436f0fec120d /nixos | |
| parent | 44dcddcc8d44f44f2a9ff4c33ab706c77e10163b (diff) | |
Update SSH authorized keys in configuration.nix
Added new SSH authorized keys for users.
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/hosts/bin/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/hosts/bin/configuration.nix b/nixos/hosts/bin/configuration.nix index 822f703..9d2b9ce 100644 --- a/nixos/hosts/bin/configuration.nix +++ b/nixos/hosts/bin/configuration.nix @@ -66,6 +66,7 @@ shell = pkgs.fish; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILJq3Lw3QReo6e9S1jbt1AywvaLKfgTY/GagPsfReP+t cat@box" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJlgxVpCMZUQkhkpepEkJ4IoOz/EtnxSoh38qisHMGPn cat@bed" ]; }; |
