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
feat: auto upgrades
devins.page
3 months ago
932014ac
c08466b7
+10
1 changed file
expand all
collapse all
unified
split
hosts
bluepill
default.nix
+10
hosts/bluepill/default.nix
···
23
23
imagemagick
24
24
restic
25
25
];
26
26
+
27
27
+
system.autoUpgrade = {
28
28
+
enable = true;
29
29
+
flake = "github:intergrav/flake";
30
30
+
flags = [
31
31
+
"-L" # print build logs
32
32
+
];
33
33
+
dates = "04:40";
34
34
+
};
35
35
+
26
36
age.identityPaths = ["/etc/age.key"];
27
37
28
38
users.groups.share-general.members = ["transmission" "devin"];