fix: add 'hetzner' module

This commit is contained in:
2026-01-18 09:43:45 +01:00
parent c19afff26a
commit 00e5c92c1e
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home = {
packages = with pkgs; [ hcloud ];
};
}