hermes comments

This commit is contained in:
John Lancaster
2026-05-06 19:30:05 -05:00
parent 35bd80424d
commit 24f43872ce
+6 -1
View File
@@ -53,7 +53,7 @@ in
};
programs.ssh.knownHosts = lib.mkIf cfg.certificates.enable {
"192.168.1.*" = {
"192.168.1.*" = {
certAuthority = true;
publicKey = sshHostCAPubKey;
};
@@ -188,6 +188,11 @@ in
"hermes" = {
hostname = "192.168.1.150";
user = "root";
# Enabling this breaks the ability of Zed to install its remote stuff
# extraOptions = {
# RequestTTY = "force";
# RemoteCommand = "/root/.nix-profile/bin/jsl-zsh";
# };
};
"panoptes" = {
hostname = "192.168.1.107";