macs: run gc as root user
An empty string here leads to exit code = 78: EX_CONFIG, because it renders into the plist as ```xml` <key>UserName</key> <string></string> ````
Martin Weinelt committed
Nov 12, 2024 at 09:15 UTC
45208209bc8f652c239b06c8c477092657cbd2c4
1 file changed
+1
-1
macs/nix-darwin.nix
+1
-1
@@ -61,7 +61,7 @@ in
61
};
62
gc = {
63
automatic = true;
64
- user = "";
64
+ user = "root";
65
interval = {
66
Minute = 15;
67
};