hermes comments
This commit is contained in:
@@ -53,7 +53,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
programs.ssh.knownHosts = lib.mkIf cfg.certificates.enable {
|
programs.ssh.knownHosts = lib.mkIf cfg.certificates.enable {
|
||||||
"192.168.1.*" = {
|
"192.168.1.*" = {
|
||||||
certAuthority = true;
|
certAuthority = true;
|
||||||
publicKey = sshHostCAPubKey;
|
publicKey = sshHostCAPubKey;
|
||||||
};
|
};
|
||||||
@@ -188,6 +188,11 @@ in
|
|||||||
"hermes" = {
|
"hermes" = {
|
||||||
hostname = "192.168.1.150";
|
hostname = "192.168.1.150";
|
||||||
user = "root";
|
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" = {
|
"panoptes" = {
|
||||||
hostname = "192.168.1.107";
|
hostname = "192.168.1.107";
|
||||||
|
|||||||
Reference in New Issue
Block a user