changes for home assistang, add browsers to nb

This commit is contained in:
2023-12-14 18:01:46 +01:00
parent 3b207db752
commit 8b20f2b13c
8 changed files with 86 additions and 39 deletions

View File

@@ -23,7 +23,7 @@ in
systemd.services.openconnect-wrwks-keepalive = {
serviceConfig.Type = "oneshot";
path = with pkgs; [ bash ];
path = with pkgs; [ bash inetutils ];
script = ''
ping -c 2 stage.wsw.at
'';