default.nix for hosts

This commit is contained in:
Vinzenz Schroeter 2025-09-14 13:09:37 +02:00
parent 4d28e476dc
commit ff0c287624
7 changed files with 20 additions and 8 deletions

View file

@ -1,7 +0,0 @@
{ nixosModules, ... }:
{
imports = [
nixosModules.podman
./forgejo-runner.nix
];
}