Commit Graph

11 Commits

Author SHA1 Message Date
d6b15a1f25 known_hosts: add jorah and theon
All checks were successful
flake / flake (push) Successful in 1m10s
2024-04-14 14:35:38 +01:00
8cee990f54 cleanup references to server stranger
All checks were successful
flake / flake (push) Successful in 3m34s
2024-04-10 21:38:08 +01:00
59e5717e00 vm.strangervm: delete
All checks were successful
flake / flake (push) Successful in 3m39s
2024-04-07 21:07:02 +01:00
a1e4578ee1 ssh: fix github known hosts
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Using a pkgs.writeText causes an import at evaluation time instead of
just build time. This means that no host running `nix flake check` can
check all configurations if you have mixed architectures in a flake.

For some reason I've been getting away with this. This stopped when
switching to nixos-2311. Move the known hosts with a single key into the
NixOS config directly and put the GitHub keys in a real file. These
can't go into `.knownHosts` directly as it only supports one key per
host (sigh).

Reference: https://github.com/NixOS/nix/issues/4265
2024-02-06 22:39:49 +00:00
cf9d25f111 flake: update 8th July 2023
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-07-08 15:50:31 +01:00
2d1847e533 ssh: open firewall on all interfaces
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-07-07 21:21:04 +01:00
bbfbc843b5 ssh: add globally known hosts
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-01-07 18:01:54 +00:00
867e953801 fixes: microserver.parents: correct tailscale subnet
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
fixes 6cbfc96257
2023-01-07 17:31:37 +00:00
6cbfc96257 microserver.parents: correct tailscale subnet
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2023-01-07 17:26:02 +00:00
bb319e22e5 add gendry.jakehillion-terminals host
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-27 17:42:28 +00:00
00fbb12d5c add vm.strangervm host 2022-10-26 21:29:00 +01:00