refactor(deploy): move deployment config into '<host>/meta.nix'

This commit is contained in:
2026-04-21 16:43:36 +02:00
parent 6a30a431f8
commit 583b9ea5f3
12 changed files with 43 additions and 34 deletions

View File

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