try to fis uid and gid
This commit is contained in:
parent
cd4be108c4
commit
405372e9d5
3 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue