about summary refs log tree commit diff
path: root/machines/profpatsch/mikiya.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-05-23 18:06:43 +0200
committerProfpatsch <mail@profpatsch.de>2018-05-23 18:06:43 +0200
commit897f45df6630595f3b5e141a04e3c91dbae26997 (patch)
treeb9c8e2e2bc7ac8b7e90861d3f0fb18544e9dfdd5 /machines/profpatsch/mikiya.nix
parent10f1097121512a8ebca1d492a66f26ee95693902 (diff)
fuuuu
Diffstat (limited to 'machines/profpatsch/mikiya.nix')
-rw-r--r--machines/profpatsch/mikiya.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/mikiya.nix b/machines/profpatsch/mikiya.nix
index ac6203db..5487c09a 100644
--- a/machines/profpatsch/mikiya.nix
+++ b/machines/profpatsch/mikiya.nix
@@ -39,7 +39,7 @@ in {
           ssh.authorizedKeys = myLib.authKeys;
           # we wait until the root device is unlocked (by ssh)
           postCommands = ''
-            echo "Waiting for ssh unlock of ${rootDevice} (infinitely)
+            echo "Waiting for ssh unlock of ${rootDevice} (infinitely)"
             while [ ! -e ${rootDevice} ]; do sleep 1; done
           '';
         };