remove podman user
This commit is contained in:
@@ -172,7 +172,6 @@ in
|
||||
];
|
||||
};
|
||||
|
||||
users.users.podman.uid = cids.uids.podman;
|
||||
users.groups.podman.gid = cids.gids.podman;
|
||||
users.users.gitea-runner = runner-user;
|
||||
users.groups.gitea-runner = runner-group;
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user