Adding networking

This commit is contained in:
2026-03-14 12:25:12 +01:00
parent c0188f1760
commit 8df20fcd79
+4
View File
@@ -19,4 +19,8 @@ in
git-extras
];
};
# Ensure the user is in the necessary groups
users.users.${config.users.users.${user.username}.username} = {
extraGroups = [ "networkmanager" ];
}