add networkmanager group

This commit is contained in:
Grigory Shipunov 2023-05-27 22:38:53 +02:00
parent 069072653a
commit 822ab6d257
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -1,5 +1,5 @@
{ config, pkgs, ... }: { { pkgs, ... }: {
environment.systemPackages = with pkgs; [ iwgtk ]; users.users.grue.extraGroups = [ "networkmanager" ];
networking = { networking = {
hostName = "toaster"; hostName = "toaster";