init
This commit is contained in:
commit
3cb3e95e89
9 changed files with 468 additions and 0 deletions
9
modules/nh.nix
Normal file
9
modules/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/blue/nixos";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue