Migrate sshd to clanServices

- migrate service
- add deprecation notice to old module
- add check
- update docs
This commit is contained in:
pinpox
2025-06-09 17:21:25 +02:00
parent 3b33d42ef3
commit c5341837b4
26 changed files with 404 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ in
dummy-inventory-test = import ./dummy-inventory-test nixosTestArgs;
borgbackup = import ./borgbackup 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 ...