wifibackup: enable on mtworx too

This commit is contained in:
Motiejus Jakštys 2024-06-06 02:06:46 +03:00
parent 38c707c96e
commit d312aeeaa4
1 changed files with 6 additions and 0 deletions

View File

@ -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];