Commit 6a98122d0802
Changed files (2)
assets
profiles
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 ];
};
};
};