Commit b0d505ecd8fd

Vincent Demeester <vincent@sbr.pm>
2020-03-18 17:32:46
Fix service name
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 86e325f
Changed files (1)
tmp
nixos-configuration
machine
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" ];