Set networkmanager
group in the ccr
module
This commit is contained in:
parent
73449da88f
commit
9dfb48ba0c
2 changed files with 1 additions and 1 deletions
|
@ -86,6 +86,7 @@ in
|
|||
"dialout"
|
||||
"systemd-journal"
|
||||
"camera"
|
||||
"networkmanager"
|
||||
];
|
||||
ccr.modules = [
|
||||
"shell"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
networking.networkmanager.enable = true;
|
||||
ccr.extraGroups = [ "networkmanager" ];
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue