try to fis uid and gid
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user