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