home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b0d505ecd8fd41f5a25b559c027b2adee62c8480
parent 86e325ffdb23d219188c615747f12e35ad5fdc68
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 18 Mar 2020 17:32:46 +0100

Fix service name

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtmp/nixos-configuration/machine/honshu.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmp/nixos-configuration/machine/honshu.nix b/tmp/nixos-configuration/machine/honshu.nix @@ -82,7 +82,7 @@ with import ../assets/machines.nix; { startAt = "hourly"; }; # mr -i u daily - systemd.services.ape = { + systemd.services.mr = { description = "Update configs daily"; requires = [ "network-online.target" ]; after = [ "network-online.target" ];