move host specific module imports into hosts default.nix

This commit is contained in:
Vinzenz Schroeter 2025-12-11 20:27:18 +01:00
parent e04f33e50c
commit 0bb0018450
5 changed files with 30 additions and 42 deletions

View file

@ -1,7 +1,9 @@
{ my-nixos-modules, ... }:
{
imports = [
./hardware.nix
./forgejo-runner.nix
my-nixos-modules.podman
];
config = {