This commit is contained in:
Miguel Palhas
2024-11-17 11:05:05 +00:00
parent 5978e60afb
commit b58dc91ae5
9 changed files with 64 additions and 23 deletions
+6 -1
View File
@@ -4,9 +4,14 @@
enable = true;
rootless = {
enable = true;
setSocketVariable = true;
setSocketVariable = false;
};
};
users.groups.docker = { };
networking.firewall = {
enable = false;
# checkReversePath = false;
};
}