initial commit

This commit is contained in:
2026-05-14 13:39:10 +02:00
commit 7e444146d2
37 changed files with 1537 additions and 0 deletions

9
host/server/default.nix Normal file
View File

@@ -0,0 +1,9 @@
{
imports = [
./hardware-configuration.nix
];
networking = {
hostId = "8bccc72b";
hostName = "server";
};
}