Commit 6a98122d0802

Vincent Demeester <vincent@sbr.pm>
2018-10-09 14:11:19
Move ssh-keys to assets folder
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent f5bf384
Changed files (2)
ssh-keys.nix → assets/ssh-keys.nix
File renamed without changes
profiles/users.nix
@@ -11,7 +11,7 @@
         shell = if config.programs.fish.enable then pkgs.fish else pkgs.bash;
         initialPassword = "changeMe";
         openssh.authorizedKeys.keys =
-          with import ../ssh-keys.nix; [ honshu wakasu hokkaido kobe ];
+          with import ../assets/ssh-keys.nix; [ honshu wakasu hokkaido kobe ];
       };
     };
   };