diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9d6ad4..4d7684a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,6 +78,7 @@ sync_repos: - secrets/**/* - flake.* - .gitlab-ci.yml + - config/**/* # deploy items only run on main .deploy_template: &deployment @@ -92,6 +93,7 @@ sync_repos: - applications/**/* - machines/**/* - secrets/**/* + - config/**/* linter: <<: *builder @@ -152,4 +154,4 @@ deploy_gitlab: stage: deploy_gitlab script: - colmena apply -v --on @active-gitlab - when: manual \ No newline at end of file + when: manual diff --git a/config/dns.nix b/config/dns.nix index 24e45d3..b64c2c3 100644 --- a/config/dns.nix +++ b/config/dns.nix @@ -30,6 +30,17 @@ config = { skynet.records = [ + { + record = "optimus-reborn"; + r_type = "A"; + value = "193.1.99.90"; + server = true; + } + { + record = "panel.games"; + r_type = "CNAME"; + value = "optimus-reborn"; + } #{ # record = "bumblebee"; # r_type = "A";