Commit a67ad6b0a254

Vincent Demeester <vincent@sbr.pm>
2016-12-14 15:08:11
Add kobe to authorized keys
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent e6a71e7
Changed files (1)
configuration
configuration/users.nix
@@ -14,7 +14,7 @@
 				shell = "/run/current-system/sw/bin/zsh";
 				initialPassword = "changeMe";
 				openssh.authorizedKeys.keys =
-					with import ../ssh-keys.nix; [ honshu wakasu hokkaido ];
+					with import ../ssh-keys.nix; [ honshu wakasu hokkaido kobe ];
 			};
 		};
 	};