feat: add 'hcloud' module
This commit is contained in:
@@ -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.";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user