Commit 93edda706da4

Vincent Demeester <vincent@sbr.pm>
2019-09-02 05:51:36
profiles.nix-auto-update: fix typo
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 51374cf
Changed files (1)
modules
modules/profiles/nix-auto-update.nix
@@ -50,7 +50,7 @@ in
           export PATH=/run/current-system/sw/bin
           cd /etc/nixos/
           git pull --autostash --rebase
-          /run/current-system/sw/bin/make update switcah
+          /run/current-system/sw/bin/make update switch
         '';
         startAt = cfg.dates;
         onFailure = ["status-email-root@%n.service"];