Files
cnix/nixos/core/system/toothpc-nh.nix
2024-07-31 18:37:22 +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";
};
};
}