feat: got teh panel working

This commit is contained in:
silver 2024-12-09 23:08:39 +00:00
parent b13683e40c
commit de1aea7abd
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
7 changed files with 294 additions and 28 deletions

View file

@ -16,8 +16,8 @@ Notes:
...
}: let
# name of the server, sets teh hostname and record for it
name = "optimus";
ip_pub = "193.1.99.112";
name = "optimus-test";
ip_pub = "193.1.99.85";
hostname = "${name}.skynet.ie";
host = {
ip = ip_pub;
@ -26,7 +26,7 @@ Notes:
};
in {
imports = [
../applications/games.nix
../applications/pelican/pelican.nix
];
deployment = {
@ -39,7 +39,7 @@ in {
services.skynet = {
host = host;
backup.enable = true;
games.enable = true;
#backup.enable = true;
pelican.panel.enable = true;
};
}