Initial basic setup

This commit is contained in:
2022-02-06 00:06:26 +00:00
commit 2c9e5b28e7
8 changed files with 340 additions and 0 deletions

6
boxes/colony.nix Normal file
View File

@@ -0,0 +1,6 @@
{ lib, pkgs, inputs, ... }:
{
my = {
server.enable = true;
};
}