vm: fix user propagation, refactor base.users

This commit is contained in:
2024-03-06 10:33:48 +02:00
parent b31dff0451
commit f5edd23253
10 changed files with 70 additions and 104 deletions

View File

@@ -23,7 +23,7 @@ in {
wireshark.enable = true;
};
mj.base.users.passwd.${username}.extraGroups = ["adbusers" "networkmanager" "wireshark"];
mj.base.users.user.extraGroups = ["adbusers" "networkmanager" "wireshark"];
services = {
fwupd.enable = true;