Added nix helper
This commit is contained in:
parent
c053c07ee4
commit
99a2c09865
1 changed files with 9 additions and 0 deletions
9
moduler/common/nh.nix
Normal file
9
moduler/common/nh.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
clean.enable = true;
|
||||
clean.extraArgs = "--keep-since 4d --keep 3";
|
||||
flake = "/home/user/my-nixos-config";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue