mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-01-05 21:02:00 +00:00
Enabled home-manager.autoExpire
This commit is contained in:
14
home-manager/core/services.nix
Normal file
14
home-manager/core/services.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
unstablePkgs,
|
||||
...
|
||||
}: {
|
||||
services.home-manager.autoExpire = {
|
||||
enable = true;
|
||||
store.cleanup = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user