1
0
Fork 0

update(services): update to use flakeRoot for paths

This commit is contained in:
Philipp 2025-05-31 17:55:58 +02:00
parent 40a9483bd0
commit f86394d5a2
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
4 changed files with 20 additions and 5 deletions

View file

@ -19,7 +19,7 @@ in
enable = true;
clean.enable = true;
clean.extraArgs = "--keep-since 4d --keep 3";
flake = "${config.home-manager.users.philipp.home.homeDirectory}/Documents/nix-config";
flake = "${config.flakeRoot}";
};
};