mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-31 22:53:06 +02:00
feat: idols-akane - use docker instead of podman
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
users.groups = {
|
||||
"${myvars.username}" = { };
|
||||
podman = { };
|
||||
docker = { };
|
||||
wireshark = { };
|
||||
# for android platform tools's udev rules
|
||||
adbusers = { };
|
||||
@@ -31,6 +32,7 @@
|
||||
"wheel"
|
||||
"networkmanager" # for nmtui / nm-connection-editor
|
||||
"podman"
|
||||
"docker"
|
||||
"wireshark"
|
||||
"adbusers" # android debugging
|
||||
"libvirtd" # virt-viewer / qemu
|
||||
|
||||
Reference in New Issue
Block a user