And there is nothing else that needs backup? Like for example a database for ticket sells?
So de we want more persistency things, or risking to never garbage collect on machines that restart often. The upside of this behavior would be that you never boot a new generation and run into a…
Hmm, i don't know how the nix store copy exactly works, my assumption was kind of that the target machine would optimize, when I copy to it. It will also substitute everything it can from cache,…
If someone knows a solution without mapAttrsToList
let me know. It feels a bit like overkill. (esp. as we don't need the username here).
I changed the admin handling, please check extra careful. I don't want to brick all logins
Yes, line 11 makes it optimise on store operations, but if i understood it correctly only if this option is true. Date can be used to make regular optimization runs. But this setup seemed to be…
I don't think this is important. On true it will catch up missed runs when the machine was down, on false it will just start the timer on boot. So if false we could run into the problem that we…
If we are strict about this, merging would incur a redeployment of all nix machines, but I think we don't have to do this and just let this change creep in with the natural next builds.