Rootless podman, finally
This commit is contained in:
parent
3b5889e181
commit
1dfbc1384f
4 changed files with 12 additions and 2 deletions
5
hosts/common/security.nix
Normal file
5
hosts/common/security.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ inputs, config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
security.unprivilegedUsernsClone = true; # Needed for rootless podman
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue