@cryptotaxi247 / infra-1 / commits / 70b8add0

macs: update for nix-darwin 25.05

Martin Weinelt committed May 20, 2025 at 18:04 UTC 70b8add0b8e5896bf9fbc5a9a8231aa41b766b13
1 file changed -5
macs/common.nix
-5
@@ -39,10 +39,6 @@ in
39 };
40 };
41
42 - #services.activate-system.enable = true;
43 -
44 - services.nix-daemon.enable = true;
45 -
42 nix = {
43 package = pkgs.nixVersions.nix_2_24.overrideAttrs (oldAttrs: {
44 patches = oldAttrs.patches or [ ] ++ [ ./disable-chroot.patch ];
@@ -57,7 +53,6 @@ in
53 };
54 gc = {
55 automatic = true;
60 - user = "root";
56 interval = {
57 # hourly at the 15th minute
58 Minute = 15;