1
0
Fork 0

Introduce manual ndppd config

This commit is contained in:
Malte Brandy 2018-07-31 16:30:51 +02:00
parent de13df28d5
commit 0d14561ecf
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -56,8 +56,13 @@ nixpkgs.config.packageOverrides = pkgs: {
services = {
ndppd = {
enable = true;
interface = "ens18";
network = "${config.m-0.prefix}::/64";
configFile = ''
proxy ens18 {
rule ${config.m-0.prefix}::/64 {
static
}
}
'';
};
borgbackup.jobs.data = {
doInit = false;