diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-23 20:23:47 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-23 20:23:47 -0600 |
| commit | 0e0f60e3aa825de62a7cff51b6306fddfc03490d (patch) | |
| tree | ca7df748812b58149c4d6fef54c2ea0b54348ae8 /modules/services | |
| parent | f769e23f383c394d3e287c4fb2d34c5b9a6491d9 (diff) | |
oh, those should be user keys, not host keys
Diffstat (limited to 'modules/services')
| -rw-r--r-- | modules/services/nixos/ssh.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/services/nixos/ssh.nix b/modules/services/nixos/ssh.nix index c1eb628..7415f44 100644 --- a/modules/services/nixos/ssh.nix +++ b/modules/services/nixos/ssh.nix @@ -35,9 +35,7 @@ in { }; environment.etc."etc/ssh/authorized_keys.d/locals".text = '' - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIQtMAgPdWwrOzlZT/lEIRQZ+ajhafG9AEJCrF2/bsmN mercury - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPB7feUHl5qoD5zF9AMOV2meViA+wZYdVvbVjPkggZf8 jupiter - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINlr+53UmlGVP1blkdNl6NFqn1w2umFJyjH1EVUPKIy9 ganymede + ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAvxtKW0rmRBi8J67gLrLv8Zv338AcmZ3P20DePiUfnX mercury ''; systemd.services."openssh" = lib.mkIf config.collinux.services.networking.networkd.enable { |
