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/**/*
|
||||
- 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
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue