add networkmanager group
This commit is contained in:
parent
069072653a
commit
822ab6d257
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{ config, pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [ iwgtk ];
|
||||
{ pkgs, ... }: {
|
||||
users.users.grue.extraGroups = [ "networkmanager" ];
|
||||
|
||||
networking = {
|
||||
hostName = "toaster";
|
||||
|
|
Loading…
Add table
Reference in a new issue