moved specifics

This commit is contained in:
John Lancaster
2026-03-15 20:19:41 -05:00
parent dfefb9682f
commit 9466238db9
2 changed files with 5 additions and 7 deletions

View File

@@ -16,7 +16,10 @@ in
nixos.login-text
{
networking.hostName = hostname;
step-ssh-host.hostname = hostname;
step-ssh-host = {
hostname = hostname;
caURL = "https://janus.john-stream.com/";
};
home-manager.users."${username}" = {
imports = with inputs.self.modules.homeManager; [