make this dumb unstable and stable shit work

This commit is contained in:
2025-11-04 00:02:26 -06:00
parent 0fae0e72d3
commit d7ae540ebf
6 changed files with 26 additions and 19 deletions

View File

@@ -102,7 +102,7 @@ in {
flags = {
chmod_f = 660;
chmod_d = 770;
gid = 700;
gid = "700";
};
};
"/users/blake" = {
@@ -113,7 +113,7 @@ in {
flags = {
chmod_f = 660;
chmod_d = 770;
gid = 1000;
gid = "1000";
};
};
};