Remove rootless mode

It has never worked. Never had time to proper find a fix and documentation if it is still necessary inside LXC
This commit is contained in:
pazpi 2025-12-14 12:05:14 +01:00
parent 9b15501ee5
commit 1a238d83fb
2 changed files with 1 additions and 8 deletions

View file

@ -30,11 +30,8 @@ in
};
# Extra packages
environment = {
shellAliases = {
environment.shellAliases = {
docker = "sudo docker";
};
systemPackages = with pkgs; [ ];
};
system.stateVersion = "24.11";