feat: add 'hcloud' module

This commit is contained in:
2026-03-11 21:25:32 +01:00
committed by hektor
parent 7181356f5e
commit 03eac376d2
+3 -3
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.";
};
}