add mgba; change from podman to docker;

This commit is contained in:
2025-03-17 11:05:39 +00:00
parent 68bdb4862f
commit d8ff719ba7
6 changed files with 24 additions and 23 deletions

View File

@@ -48,7 +48,7 @@
users.users.worble = {
initialPassword = "password";
isNormalUser = true;
extraGroups = [ "wheel" "gamemode" "podman" "cdrom" ]; # Enable sudo for the user.
extraGroups = [ "wheel" "gamemode" "docker" "cdrom" ]; # Enable sudo for the user.
linger = true;
};