fix: add 'hetzner' module

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

View File

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