feat: simple change to opnsense ssh host

feat/kile-v2
Ricard Illa 2023-03-16 17:52:32 +01:00
parent e000644d75
commit 27a6c01a97
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 1 additions and 4 deletions

View File

@ -17,10 +17,7 @@ in {
"github.com" = defaultBlock;
"opnsense" = defaultBlock // {
user = "root";
hostname = "10.0.0.1";
};
"opnsense" = defaultBlock // { hostname = "10.0.0.1"; };
"openwrt" = defaultBlock // { user = "root"; };
"suricata" = defaultBlock;