mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 09:48:30 +02:00
feat: replace docker with podman, fix justfile for nixpkgs-review (#197)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
users.groups = {
|
||||
"${myvars.username}" = {};
|
||||
docker = {};
|
||||
podman = {};
|
||||
wireshark = {};
|
||||
# for android platform tools's udev rules
|
||||
adbusers = {};
|
||||
@@ -30,7 +30,7 @@
|
||||
"users"
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
"docker"
|
||||
"podman"
|
||||
"wireshark"
|
||||
"adbusers"
|
||||
"libvirtd"
|
||||
|
||||
Reference in New Issue
Block a user