remove podman user

This commit is contained in:
2023-12-06 18:57:06 +01:00
parent 405372e9d5
commit fa82522895
2 changed files with 0 additions and 2 deletions

View File

@@ -3,7 +3,6 @@ let
cids = import ../modules/staticids.nix;
json = pkgs.formats.json { };
in {
users.users.podman.uid = cids.uids.podman;
users.groups.podman.gid = cids.gids.podman;
virtualisation = {
podman = {