feat: Enable nh tool on thrall and dregil
This commit is contained in:
parent
63c2616be9
commit
22930d0698
3 changed files with 16 additions and 0 deletions
14
modules/nh.nix
Normal file
14
modules/nh.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
clean.enable = true;
|
||||
clean.extraArgs = "--keep-since 4d --keep 3";
|
||||
flake = "/home/alex/src/nixos-config";
|
||||
};
|
||||
|
||||
nix.gc.automatic = lib.mkForce false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue