try to fis uid and gid

This commit is contained in:
2023-12-06 18:54:31 +01:00
parent cd4be108c4
commit 405372e9d5
3 changed files with 7 additions and 0 deletions

View File

@@ -1,7 +1,10 @@
{ pkgs, ... }:
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 = {
enable = true;