mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 08:16:10 +01:00
12
hosts/modules/nh.nix
Normal file
12
hosts/modules/nh.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ username, ... }:
|
||||
{
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
flake = "/home/${username}/.files";
|
||||
clean = {
|
||||
enable = true;
|
||||
dates = "weekly";
|
||||
extraArgs = "--keep-since 3d --keep 3";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user