mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
Extract auto-gc into it's own module
This commit is contained in:
parent
2442658380
commit
b020faa8d2
5 changed files with 18 additions and 20 deletions
|
|
@ -27,10 +27,8 @@
|
|||
sops.enable = true;
|
||||
printing.enable = true;
|
||||
syncthing.enable = true;
|
||||
nix-helper = {
|
||||
enable = true;
|
||||
nix-helper.enable = true;
|
||||
auto-gc.enable = true;
|
||||
};
|
||||
night-light.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -23,10 +23,8 @@
|
|||
sops.enable = true;
|
||||
printing.enable = true;
|
||||
syncthing.enable = true;
|
||||
nix-helper = {
|
||||
enable = true;
|
||||
nix-helper.enable = true;
|
||||
auto-gc.enable = true;
|
||||
};
|
||||
night-light.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue