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