vde: fix networking
This commit is contained in:
parent
91db9e4626
commit
bca37c6ed7
1 changed files with 22 additions and 20 deletions
|
|
@ -1,8 +1,9 @@
|
||||||
{ constants, ... }:
|
{ constants, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
networking.networkmanager.ensureProfiles.profiles = {
|
networking = {
|
||||||
nameservers = [ constants.hosts.sid.ip ];
|
nameservers = [ constants.hosts.sid.ip ];
|
||||||
|
networkmanager.ensureProfiles.profiles = {
|
||||||
enp34s0-profile = {
|
enp34s0-profile = {
|
||||||
connection = {
|
connection = {
|
||||||
id = "enp34s0";
|
id = "enp34s0";
|
||||||
|
|
@ -26,4 +27,5 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue