Stefan

Results 2 comments of Stefan

In case someone might find it helpful, I use `"$(readlink -f /path/to/flake)"` as a workaround. In my case `system.autoUpgrade.flake = "$(readlink -f /etc/nixos)";` works, whereas `system.autoUpgrade.flake = "/etc/nixos";` does not.

For anyone else surprised to find a mountain of uncollected garbage despite using nix.gc, I’ve set up a systemd timer by adjusting my configuration as follows: ``` # Automatic garbage...