I hope this works?
This commit is contained in:
parent
546b38547d
commit
25ddebec3c
|
@ -97,17 +97,16 @@
|
||||||
youtube-dl
|
youtube-dl
|
||||||
];
|
];
|
||||||
|
|
||||||
# Create an auto-update systemd service that runs every Saturday
|
# Create an auto-update systemd service that runs every day
|
||||||
systemd.services = {
|
systemd.services = {
|
||||||
updater = {
|
updater = {
|
||||||
path = [
|
path = [
|
||||||
pkgs.rebuild
|
pkgs.rebuild
|
||||||
|
pkgs.nix
|
||||||
|
pkgs.bash
|
||||||
];
|
];
|
||||||
script = "rebuild";
|
script = "bash /run/current-system/sw/bin/rebuild";
|
||||||
serviceConfig = {
|
startAt = "daily";
|
||||||
User = config.users.users.root;
|
|
||||||
};
|
|
||||||
startAt = "weekly";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue