appdaemon username in match block
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user