WIP rootless docker

This commit is contained in:
2024-11-17 20:15:55 +00:00
parent 54b277bed2
commit 7286b5d291
3 changed files with 25 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
isNormalUser = true;
extraGroups = [
"wheel" # needed for sudo without password
"docker" # needed for docker without sudo
# "docker" # needed for docker without sudo
];
openssh.authorizedKeys.keyFiles = [
"/root/.ssh/authorized_keys" # should already have your public SSH key inside