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