diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix index 43b6aff..42ef018 100644 --- a/hosts/mtworx/configuration.nix +++ b/hosts/mtworx/configuration.nix @@ -72,6 +72,12 @@ in { verboseLogs = true; }; + wifibackup = { + enable = true; + toPath = "/home/${config.mj.username}/M-Active/wifi"; + toUser = config.mj.username; + }; + node_exporter = { enable = true; extraSubnets = [myData.subnets.vno1.cidr];