tangled
alpha
login
or
join now
wiro.world
/
dotfiles
2
fork
atom
yep, more dotfiles
2
fork
atom
overview
issues
1
pulls
1
pipelines
nix: move gc timer to monday 5h
wiro.world
2 weeks ago
f958107d
d8fef499
verified
This commit was signed with the committer's
known signature
.
wiro.world
SSH Key Fingerprint:
SHA256:SmMcWpNAnL+VAgItSawvXgdPVn7f1rsyAuB/5VNclKY=
1/1
nix.yml
success
5s
+4
-4
1 changed file
expand all
collapse all
unified
split
nixos
fragments
nix.nix
+4
-4
nixos/fragments/nix.nix
reviewed
···
49
49
if isDarwin then
50
50
{
51
51
interval = {
52
52
-
Weekday = 7;
53
53
-
Hour = 3;
54
54
-
Minute = 15;
52
52
+
Weekday = 0;
53
53
+
Hour = 5;
54
54
+
Minute = 0;
55
55
};
56
56
}
57
57
else
58
58
{
59
59
-
dates = "Sun *-*-* 03:15:00";
59
59
+
dates = "Mon *-*-* 05:00:00";
60
60
}
61
61
);
62
62