nix: add podman to user env and remove from system

This commit is contained in:
steveej 2020-10-24 13:00:50 +02:00
parent 78a6dec6d8
commit 433bf07407
6 changed files with 161 additions and 13 deletions

View file

@ -11,9 +11,6 @@ in {
users.extraUsers.root = mkRoot { };
users.extraUsers.steveej = mkUser {
uid = 1000;
subUidRanges = [{ startUid = 100000; count = 100000; }];
subGidRanges = [{ startGid = 100000; count = 100000; }];
};
security.pam.u2f.enable = true;