Adding initial stuff.

This commit is contained in:
jay
2025-06-28 23:17:56 +00:00
parent 6d95881880
commit 552b300149
6 changed files with 431 additions and 0 deletions

4
nodes/node.nix Normal file
View File

@@ -0,0 +1,4 @@
{
os = "nixos";
channel = "25.05";
}