Update wifi config

This commit is contained in:
thiloho
2023-05-11 17:37:39 +02:00
parent 01bbfa1293
commit 45820e3636
2 changed files with 3 additions and 2 deletions

View File

@@ -8,6 +8,8 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
networking.networkmanager.enable = true;
time.timeZone = "Europe/Amsterdam";
services = {
@@ -40,7 +42,7 @@
users.users.thiloho = {
isNormalUser = true;
extraGroups = [ "wheel" ];
extraGroups = [ "wheel" "networkmanager" ];
};
# Home manager configuration