website: initial ooknet website commit

This commit is contained in:
ooks-io 2024-10-31 17:27:08 +11:00
parent 97be7a19c6
commit a9280b78cd
55 changed files with 2424 additions and 2 deletions

View file

@ -12,7 +12,7 @@ in {
hostname = "ooknode";
type = "vm";
profile = "linode";
services = [];
services = ["website"];
};
};
}