fix: add public hostname to ssh config and refactor

This commit is contained in:
2026-02-02 18:34:39 +01:00
committed by Hektor Misplon
parent da814d8d56
commit 2b9dc9b7da
4 changed files with 35 additions and 34 deletions

View File

@@ -9,6 +9,10 @@
type = lib.types.str;
default = "h";
};
publicHostname = lib.mkOption {
type = lib.types.str;
default = "";
};
};
# auto generate authorized_keys from `authorizedHosts`