Merge pull request #48682 from Mic92/tincd

nixos/tinc: remove unnecessary networking.interfaces
This commit is contained in:
Jörg Thalheim 2018-10-19 08:33:24 +01:00 committed by GitHub
commit 74a1b92d96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,14 +148,6 @@ in
}
));
networking.interfaces = flip mapAttrs' cfg.networks (network: data: nameValuePair
("tinc.${network}")
({
virtual = true;
virtualType = "${data.interfaceType}";
})
);
systemd.services = flip mapAttrs' cfg.networks (network: data: nameValuePair
("tinc.${network}")
({