Fix network manager startup

This commit is contained in:
Tim Schubert 2021-01-29 23:49:42 +01:00
parent bc59bfdac2
commit b178815db6
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -30,7 +30,6 @@ in
}; };
luks.uuid = "3d0e5b93-90ca-412a-b4e0-3e6bfa47d3f4"; luks.uuid = "3d0e5b93-90ca-412a-b4e0-3e6bfa47d3f4";
networking = { networking = {
wanInterfaces = [ "enp2s0f0" "wlp3s0" ];
enableBsShare = true; enableBsShare = true;
vpnExtension = "3"; vpnExtension = "3";
}; };