mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
profiles/dev: add schedule for user profile update
This commit is contained in:
parent
15f1a83562
commit
9cf40ed1af
@ -65,10 +65,11 @@ in {
|
||||
|
||||
systemd.user.services.upgrade-nix-profile = {
|
||||
description = ''
|
||||
Update packages installed through `nix profile`.
|
||||
Update packages installed through 'nix profile'.
|
||||
'';
|
||||
enable = false;
|
||||
script = "nix profile upgrade '.*'";
|
||||
path = [ config.nix.package ];
|
||||
startAt = "weekly";
|
||||
};
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user