mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-12 23:52:39 +02:00
fix: enable networkmanager for idols-ai
This commit is contained in:
@@ -20,7 +20,9 @@ in {
|
|||||||
inherit hostName;
|
inherit hostName;
|
||||||
inherit (myvars.networking) defaultGateway nameservers;
|
inherit (myvars.networking) defaultGateway nameservers;
|
||||||
inherit (myvars.networking.hostsInterface.${hostName}) interfaces;
|
inherit (myvars.networking.hostsInterface.${hostName}) interfaces;
|
||||||
networkmanager.enable = false;
|
|
||||||
|
# desktop need its cli for status bar
|
||||||
|
networkmanager.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# conflict with feature: containerd-snapshotter
|
# conflict with feature: containerd-snapshotter
|
||||||
|
|||||||
Reference in New Issue
Block a user