Merge pull request 'Migrate sshd to clanServices' (#3912) from migrate-sshd into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3912
Reviewed-by: kenji <aks.kenji@protonmail.com>
This commit is contained in:
pinpox
2025-06-11 16:29:43 +00:00
26 changed files with 404 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ in
dummy-inventory-test = import ./dummy-inventory-test nixosTestArgs;
dummy-inventory-test-from-flake = import ./dummy-inventory-test-from-flake nixosTestArgs;
data-mesher = import ./data-mesher nixosTestArgs;
syncthing = import ./syncthing nixosTestArgs;
}
// lib.optionalAttrs (pkgs.stdenv.hostPlatform.system == "aarch64-linux") {
# for some reason this hangs in an odd place in CI, but it works on my machine ...