added spider host

This commit is contained in:
LunarAkai 2025-03-16 00:21:03 +01:00
commit 57f2638f0e
8 changed files with 157 additions and 1 deletions

6
hosts/spider/default.nix Normal file
View file

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