Adding networking

This commit is contained in:
2026-03-14 12:22:41 +01:00
parent 6401f44a93
commit c0188f1760
@@ -36,8 +36,10 @@
wofi wofi
]; ];
# Ensure the user is in the necessary groups /*
users.users.${config.users.users."henrov".username} = { # Ensure the user is in the necessary groups
extraGroups = [ "networkmanager" ]; users.users.${config.users.users."henrov".username} = {
}; extraGroups = [ "networkmanager" ];
};
*/
} }