remove podman user
This commit is contained in:
parent
405372e9d5
commit
fa82522895
2 changed files with 0 additions and 2 deletions
|
|
@ -172,7 +172,6 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.podman.uid = cids.uids.podman;
|
|
||||||
users.groups.podman.gid = cids.gids.podman;
|
users.groups.podman.gid = cids.gids.podman;
|
||||||
users.users.gitea-runner = runner-user;
|
users.users.gitea-runner = runner-user;
|
||||||
users.groups.gitea-runner = runner-group;
|
users.groups.gitea-runner = runner-group;
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@ let
|
||||||
cids = import ../modules/staticids.nix;
|
cids = import ../modules/staticids.nix;
|
||||||
json = pkgs.formats.json { };
|
json = pkgs.formats.json { };
|
||||||
in {
|
in {
|
||||||
users.users.podman.uid = cids.uids.podman;
|
|
||||||
users.groups.podman.gid = cids.gids.podman;
|
users.groups.podman.gid = cids.gids.podman;
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
podman = {
|
podman = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue