summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index c29f4cbb..3f5017dc 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