Skip to content

Commit

Permalink
fix(piecyk): disable rootless docker, it creates more problems than i…
Browse files Browse the repository at this point in the history
…t solves
  • Loading branch information
ajgon committed Dec 13, 2024
1 parent 001bc5f commit db195d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines/piecyk/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ rec {
mySystemApps = {
docker = {
enable = true;
rootless = true;
rootless = false;
};
# plymouth.enable = true;

Expand Down

0 comments on commit db195d5

Please sign in to comment.