appdaemon username in match block

This commit is contained in:
John Lancaster
2026-02-25 08:28:21 -06:00
parent acf2b17fd5
commit 469f1217ac

View File

@@ -70,6 +70,7 @@ in
(lib.mkIf config.ssh.matchSets.appdaemon { (lib.mkIf config.ssh.matchSets.appdaemon {
"appdaemon" = { "appdaemon" = {
hostname = "192.168.1.242"; hostname = "192.168.1.242";
user = "appdaemon";
}; };
"ad-nix" = { "ad-nix" = {
hostname = "192.168.1.201"; hostname = "192.168.1.201";