summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 533a6bc0..c29f4cbb 100644
--- a/hel.nix
+++ b/hel.nix
@@ -253,7 +253,7 @@
253 home = "/var/media"; 253 home = "/var/media";
254 isSystemUser = true; 254 isSystemUser = true;
255 openssh.authorizedKeys.keyFiles = [ 255 openssh.authorizedKeys.keyFiles = [
256 users/keys/gkleen-media@hel.pub 256 "./users/keys/gkleen-media@hel.pub"
257 ]; 257 ];
258 }; 258 };
259 259