diff --git a/applications/pelican/pelican.nix b/applications/pelican/pelican.nix index 1232b4e..a03980d 100644 --- a/applications/pelican/pelican.nix +++ b/applications/pelican/pelican.nix @@ -61,7 +61,7 @@ in { sub = mkOption { type = types.str; #default = name; - default = "panel-test"; + default = "panel.games"; }; }; }; diff --git a/config/dns.nix b/config/dns.nix index 8383746..30f2b85 100644 --- a/config/dns.nix +++ b/config/dns.nix @@ -32,17 +32,17 @@ value = "193.1.99.114"; server = true; } - { - record = "optimus"; - r_type = "A"; - value = "193.1.99.90"; - server = true; - } - { - record = "panel.games"; - r_type = "CNAME"; - value = "optimus"; - } +# { +# record = "optimus"; +# r_type = "A"; +# value = "193.1.99.90"; +# server = true; +# } +# { +# record = "panel.games"; +# r_type = "CNAME"; +# value = "optimus"; +# } { record = "bumblebee"; r_type = "A"; diff --git a/machines/optimus.nix b/machines/optimus.nix index dbc085a..a30296e 100644 --- a/machines/optimus.nix +++ b/machines/optimus.nix @@ -16,7 +16,7 @@ Notes: ... }: let # name of the server, sets teh hostname and record for it - name = "optimus-test"; + name = "optimus"; ip_pub = "193.1.99.85"; hostname = "${name}.skynet.ie"; host = {