nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit 9a62b1232c54767ac581043413f1f6ee0b735521
parent e6cdf7d625ae867cbc0693785c1bc704ed79b1c2
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Tue, 16 Jun 2026 11:01:09 +0100

Line not needed for newer OpenWRT builds

Diffstat:
Mhome/ssh.nix | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/home/ssh.nix b/home/ssh.nix @@ -46,7 +46,6 @@ HostName = "192.168.1.2"; User = "root"; Port = 22; - HostKeyAlgorithms = "+ssh-rsa"; }; "artemis" = { HostName = vars.user.domain;