feat: add 'hcloud' module

This commit is contained in:
2026-01-18 10:02:20 +01:00
parent e9748b0236
commit a5aeddc5c2

View File

@@ -1,5 +1,4 @@
{ {
config,
lib, lib,
osConfig ? null, osConfig ? null,
... ...
@@ -10,7 +9,8 @@ let
in in
{ {
config = { config = {
warnings = lib.optional (!isNixOS) warnings =
lib.optional (!isNixOS)
"hcloud module requires NixOS host configuration. This module will not work with standalone home-manager."; "hcloud module requires NixOS host configuration. This module will not work with standalone home-manager.";
}; };
} }