Update flake

This commit is contained in:
Invariantspace 2025-03-03 09:16:41 +08:00
parent 737b7a35f6
commit d019a4132a
Signed by: macronova
GPG key ID: CE969670FB4B4A56
2 changed files with 33 additions and 31 deletions

View file

@ -45,13 +45,15 @@ in {
udev.packages = [pkgs.via];
};
users.users.${userName}.extraGroups = ["adbusers" "cdrom"];
users.users.${userName}.extraGroups = ["adbusers" "cdrom" "podman"];
virtualisation = {
containers.enable = true;
podman = {
enable = true;
autoPrune.enable = true;
dockerCompat = true;
dockerSocket.enable = true;
};
};
}