tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
chore: slight changes
devins.page
3 months ago
60c35814
932014ac
+2
-3
1 changed file
expand all
collapse all
unified
split
hosts
bluepill
default.nix
+2
-3
hosts/bluepill/default.nix
···
26
26
27
27
system.autoUpgrade = {
28
28
enable = true;
29
29
+
runGarbageCollection = true;
29
30
flake = "github:intergrav/flake";
30
30
-
flags = [
31
31
-
"-L" # print build logs
32
32
-
];
31
31
+
flags = ["-L"];
33
32
dates = "04:40";
34
33
};
35
34