mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
removed docker
This commit is contained in:
parent
8ad6dfe7b5
commit
60ec6a3487
2 changed files with 9 additions and 1 deletions
8
dot_config/flake/modules/nixos/nh.nix
Normal file
8
dot_config/flake/modules/nixos/nh.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{...}: {
|
||||
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
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue