From d312aeeaa49ee41418a133f080d332fab3529844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 6 Jun 2024 02:06:46 +0300 Subject: [PATCH] wifibackup: enable on mtworx too --- hosts/mtworx/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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];