service: napcat
This commit is contained in:
@@ -4,4 +4,10 @@
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
clean.enable = true;
|
||||
clean.extraArgs = "--keep-since 4d --keep 3";
|
||||
flake = "/home/user/my-nixos-config"; # sets NH_OS_FLAKE variable for you
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user