1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

Merge branch 'master' of github:mdlayher/homelab

This commit is contained in:
Matt Layher 2020-04-30 18:42:18 -04:00
commit 83562806fe
2 changed files with 5 additions and 1 deletions

View file

@ -89,7 +89,7 @@ in {
nfs.server = {
enable = true;
exports = with vars.interfaces.lan0; ''
/primary ${ipv4_subnet}(rw,sync,no_subtree_check,crossmnt) ${ipv6.ula_subnet}(rw,sync,no_subtree_check,crossmnt)
/primary 192.168.1.0/24(rw,sync,no_subtree_check,crossmnt) fd9e:1a04:f01d::/64(rw,sync,no_subtree_check,crossmnt)
'';
};

View file

@ -131,6 +131,10 @@ in {
[ "switch-livingroom01" "switch-office01" "ap-livingroom02" ];
}];
}
{
job_name = "wireguard";
static_configs = [{ targets = [ "routnerr-2:9586" ]; }];
}
];
};
}