Merge branch 'main' of https://gitlab.skynet.ie/compsoc1/skynet/nixos into #52-dns-for-non-nixos

This commit is contained in:
silver 2024-01-27 21:30:59 +00:00
commit 98e10c9017
2 changed files with 14 additions and 1 deletions

View file

@ -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
when: manual

View file

@ -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";