configurations for my servers and desktops
nix nixos flake dots dotfiles

chore: slight changes

+2 -3
+2 -3
hosts/bluepill/default.nix
··· 26 26 27 27 system.autoUpgrade = { 28 28 enable = true; 29 + runGarbageCollection = true; 29 30 flake = "github:intergrav/flake"; 30 - flags = [ 31 - "-L" # print build logs 32 - ]; 31 + flags = ["-L"]; 33 32 dates = "04:40"; 34 33 }; 35 34