Skip to content

Commit

Permalink
fix: enable docker rootless
Browse files Browse the repository at this point in the history
  • Loading branch information
icecreammatt committed Feb 4, 2024
1 parent 269d30d commit e75ab2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hosts/nixos/pi4/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ in {
'';

virtualisation.docker.enable = true;
virtualisation.docker.rootless = {
enable = true;
setSocketVariable = true;
};

virtualisation.oci-containers = {
backend = "docker";
containers = {
Expand Down

0 comments on commit e75ab2f

Please sign in to comment.