mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-15 17:50:54 +00:00
Merge branch 'master' of github:mdlayher/homelab
This commit is contained in:
commit
83562806fe
2 changed files with 5 additions and 1 deletions
|
@ -89,7 +89,7 @@ in {
|
||||||
nfs.server = {
|
nfs.server = {
|
||||||
enable = true;
|
enable = true;
|
||||||
exports = with vars.interfaces.lan0; ''
|
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)
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -131,6 +131,10 @@ in {
|
||||||
[ "switch-livingroom01" "switch-office01" "ap-livingroom02" ];
|
[ "switch-livingroom01" "switch-office01" "ap-livingroom02" ];
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
job_name = "wireguard";
|
||||||
|
static_configs = [{ targets = [ "routnerr-2:9586" ]; }];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue