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

@ -0,0 +1,7 @@
{
imports = [
./configuration.nix
./hardware.nix
./nginx.nix
];
}

View file

@ -1,5 +0,0 @@
{
imports = [
./nginx.nix
];
}