nix/os/devices/steveej-t480s-work/user: experiment with podman login shell

This commit is contained in:
steveej 2019-11-27 18:54:18 +01:00
parent 352a0ed5e1
commit 7ac2f2dc32
4 changed files with 31 additions and 7 deletions

View file

@ -177,11 +177,4 @@
"${pkgs.runc}/bin/runc"
]
'';
environment.etc."subuid".text = ''
steveej:10000:65536
'';
environment.etc."subgid".text = ''
steveej:10000:65536
'';
}