refactor: adopt modular secrets approach
This commit is contained in:
@@ -14,8 +14,7 @@ in
|
||||
warnings =
|
||||
lib.optional (!isNixOS)
|
||||
"hcloud module requires NixOS host configuration. This module will not work with standalone home-manager.";
|
||||
home = {
|
||||
packages = with pkgs; [ hcloud ];
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [ hcloud ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user