about summary refs log tree commit diff
path: root/machines/aszlig/kzerza.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/aszlig/kzerza.nix')
-rw-r--r--machines/aszlig/kzerza.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/aszlig/kzerza.nix b/machines/aszlig/kzerza.nix
index 31ca9852..5bb51856 100644
--- a/machines/aszlig/kzerza.nix
+++ b/machines/aszlig/kzerza.nix
@@ -50,7 +50,7 @@ in {
     preStart = "${pkgs.kbd}/bin/chvt 7";
     serviceConfig = {
       Type = "idle";
-      ExecStart = "${pkgs.grandpa}/bin/grandpa";
+      ExecStart = "${pkgs.vuizvui.grandpa}/bin/grandpa";
       StandardInput = "tty";
       StandardOutput = "tty";
       TTYPath = "/dev/tty7";