9 lines
106 B
Nix
9 lines
106 B
Nix
_: {
|
|
networking = {
|
|
networkmanager = {
|
|
enable = false;
|
|
};
|
|
|
|
useNetworkd = true;
|
|
};
|
|
}
|