• Joined on 2021-09-07
nerf closed issue Fachschaft/nixConfig#44 2024-10-16 18:47:26 +00:00
nix store disk space
nerf pushed to main at Fachschaft/nixConfig 2024-10-16 15:06:09 +00:00
ec46a28278 nix config to save some space
nerf deleted branch nix-config from nerf/nixConfig 2024-10-16 15:06:09 +00:00
nerf merged pull request Fachschaft/nixConfig#45 2024-10-16 15:06:08 +00:00
Rework of the nix (the package manager) config
nerf commented on pull request Fachschaft/nixConfig#46 2024-10-15 11:31:57 +00:00
Entferne Backupconfig für die Matheballwebseite

And there is nothing else that needs backup? Like for example a database for ticket sells?

nerf pushed to nix-config at nerf/nixConfig 2024-10-15 11:21:08 +00:00
ec46a28278 nix config to save some space
nerf pushed to nix-config at nerf/nixConfig 2024-10-14 10:31:23 +00:00
83b7262090 nix config to save some space
nerf commented on pull request Fachschaft/nixConfig#45 2024-10-14 10:28:16 +00:00
Rework of the nix (the package manager) config

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…

nerf commented on pull request Fachschaft/nixConfig#45 2024-10-14 10:25:55 +00:00
Rework of the nix (the package manager) config

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,…

nerf commented on pull request Fachschaft/nixConfig#45 2024-10-13 17:02:30 +00:00
Rework of the nix (the package manager) config

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).

nerf commented on pull request Fachschaft/nixConfig#45 2024-10-13 17:00:37 +00:00
Rework of the nix (the package manager) config

I changed the admin handling, please check extra careful. I don't want to brick all logins

nerf pushed to nix-config at nerf/nixConfig 2024-10-13 16:59:51 +00:00
372a42a9ed nix config to save some space
nerf commented on pull request Fachschaft/nixConfig#45 2024-10-13 13:30:44 +00:00
Rework of the nix (the package manager) config

note for myself it is /var/lib/systemd/timers

nerf commented on pull request Fachschaft/nixConfig#45 2024-10-13 13:16:43 +00:00
Rework of the nix (the package manager) config

Yes let me think how to do this later

nerf pushed to nix-config at nerf/nixConfig 2024-10-13 13:12:50 +00:00
b2e5d28f2b nix config to save some space
nerf commented on pull request Fachschaft/nixConfig#45 2024-10-13 13:11:47 +00:00
Rework of the nix (the package manager) config

And i messed up the grouping completely, dafuq

nerf commented on pull request Fachschaft/nixConfig#45 2024-10-13 13:07:10 +00:00
Rework of the nix (the package manager) config

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…

nerf commented on pull request Fachschaft/nixConfig#45 2024-10-13 13:05:13 +00:00
Rework of the nix (the package manager) config

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…

nerf commented on pull request Fachschaft/nixConfig#45 2024-10-13 12:41:51 +00:00
Rework of the nix (the package manager) config

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.