config cleanups
This commit is contained in:
@@ -133,11 +133,10 @@
|
||||
allowedTCPPorts = [ 53 ];
|
||||
allowedUDPPorts = [ 53 ];
|
||||
};
|
||||
networkmanager = {
|
||||
profiles = {
|
||||
"static-end0" = {
|
||||
type = "ethernet";
|
||||
};
|
||||
networkmanager.profiles = {
|
||||
"static-end0" = {
|
||||
type = "ethernet";
|
||||
interface = "end0";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user