pinwheel: Use networkmanager instead of connman

As it seems to work better with work vpn
This commit is contained in:
Alexander Heldt
2025-12-27 11:07:56 +01:00
parent 3234d47059
commit 826bcb9a4f
2 changed files with 19 additions and 15 deletions

View File

@@ -17,7 +17,10 @@
users.users.alex = {
isNormalUser = true;
description = "alex";
extraGroups = [ "wheel" ];
extraGroups = [
"wheel"
"networkmanager"
];
};
environment.systemPackages = with pkgs; [