mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-01-31 12:40:24 +00:00
feat: add nh
- Updated justfile to use nh for deploy commands - Added nh to flake devShell - Added nh and just to shell.nix - Enabled programs.nh in nixos
This commit is contained in:
parent
f2a6dee669
commit
213ce6601f
5 changed files with 23 additions and 10 deletions
8
hosts/nixos/modules/programs/nh.nix
Normal file
8
hosts/nixos/modules/programs/nh.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
clean.enable = true;
|
||||
clean.extraArgs = "--keep-since 7d --keep 3";
|
||||
flake = "/home/toast/nix-config";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue