nix: add podman to user env and remove from system
This commit is contained in:
parent
78a6dec6d8
commit
433bf07407
6 changed files with 161 additions and 13 deletions
|
@ -16,7 +16,5 @@
|
|||
./hw.nix
|
||||
./pkg.nix
|
||||
./user.nix
|
||||
|
||||
../../profiles/podman/configuration.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -11,17 +11,11 @@ in {
|
|||
users.extraUsers.steveej2 = mkUser {
|
||||
uid = 1001;
|
||||
openssh.authorizedKeys.keys = keys.users.steveej.openssh;
|
||||
|
||||
subUidRanges = [{ startUid = 200000; count = 100000; }];
|
||||
subGidRanges = [{ startGid = 200000; count = 100000; }];
|
||||
};
|
||||
|
||||
users.extraUsers.steveej3 = mkUser {
|
||||
uid = 1002;
|
||||
openssh.authorizedKeys.keys = keys.users.steveej.openssh;
|
||||
shell = pkgs.posh { image = "quay.io/enarx/fedora"; };
|
||||
|
||||
subUidRanges = [{ startUid = 300000; count = 100000; }];
|
||||
subGidRanges = [{ startGid = 300000; count = 100000; }];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue