feat: got teh panel working
This commit is contained in:
parent
b13683e40c
commit
de1aea7abd
7 changed files with 294 additions and 28 deletions
|
@ -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;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue