Files
cnix/nixos/system/var/nh/toothpc.nix
cnst c08012466e ??
2024-08-02 18:48:27 +02:00

12 lines
250 B
Nix

{
environment.variables.FLAKE = "/home/toothpick/.nix-config";
programs = {
nh = {
enable = true;
clean.enable = true;
clean.extraArgs = "--keep-since 4d --keep 3";
flake = "/home/toothpick/.nix-config";
};
};
}