add srvos for hetzner

This commit is contained in:
TheWanderingCrow 2025-08-06 15:53:36 -04:00
parent 9829ae8df5
commit 8bd8a3be1f
3 changed files with 44 additions and 3 deletions

View file

@ -8,7 +8,9 @@
lib,
pkgs,
...
}: {
}: let
srvos = inputs.srvos.nixosModules;
in {
imports = lib.flatten [
# Disks
inputs.disko.nixosModules.disko
@ -21,10 +23,12 @@
}
# Misc
srvos.server
srvos.hardware-hetzner-cloud
(map lib.custom.relativeToRoot [
# Required configs
"hosts/common/core"
# Optional configs
])
];