Merge branch 'main' of https://gitlab.skynet.ie/compsoc1/skynet/nixos into #52-dns-for-non-nixos
This commit is contained in:
commit
98e10c9017
2 changed files with 14 additions and 1 deletions
|
@ -78,6 +78,7 @@ sync_repos:
|
||||||
- secrets/**/*
|
- secrets/**/*
|
||||||
- flake.*
|
- flake.*
|
||||||
- .gitlab-ci.yml
|
- .gitlab-ci.yml
|
||||||
|
- config/**/*
|
||||||
|
|
||||||
# deploy items only run on main
|
# deploy items only run on main
|
||||||
.deploy_template: &deployment
|
.deploy_template: &deployment
|
||||||
|
@ -92,6 +93,7 @@ sync_repos:
|
||||||
- applications/**/*
|
- applications/**/*
|
||||||
- machines/**/*
|
- machines/**/*
|
||||||
- secrets/**/*
|
- secrets/**/*
|
||||||
|
- config/**/*
|
||||||
|
|
||||||
linter:
|
linter:
|
||||||
<<: *builder
|
<<: *builder
|
||||||
|
@ -152,4 +154,4 @@ deploy_gitlab:
|
||||||
stage: deploy_gitlab
|
stage: deploy_gitlab
|
||||||
script:
|
script:
|
||||||
- colmena apply -v --on @active-gitlab
|
- colmena apply -v --on @active-gitlab
|
||||||
when: manual
|
when: manual
|
||||||
|
|
|
@ -30,6 +30,17 @@
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
skynet.records = [
|
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";
|
# record = "bumblebee";
|
||||||
# r_type = "A";
|
# r_type = "A";
|
||||||
|
|
Loading…
Reference in a new issue