mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Fix NetworkManager config
This commit is contained in:
parent
8c2c90d8dc
commit
ca0294d33d
1 changed files with 4 additions and 9 deletions
|
@ -1,11 +1,6 @@
|
||||||
{ lib, pkgs, systemConfiguration, systemPackages, enabled, ... }: lib.recursiveUpdate
|
{ systemConfiguration, enabled, ... }:
|
||||||
|
|
||||||
(systemConfiguration {
|
systemConfiguration {
|
||||||
networking.networkmanager = enabled {};
|
networking.networkmanager = enabled {};
|
||||||
})
|
systemd.network = enabled {};
|
||||||
|
}
|
||||||
(with pkgs; systemPackages [
|
|
||||||
nmcli
|
|
||||||
nmtui
|
|
||||||
])
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue