rename nodes and add runner for gitea instance
This commit is contained in:
20
hosts/sin/coredns/default.nix
Normal file
20
hosts/sin/coredns/default.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{...}: {
|
||||
services.coredns = {
|
||||
enable = true;
|
||||
config = ''
|
||||
homelab.local {
|
||||
log
|
||||
errors
|
||||
cache
|
||||
file ${./db.homelab.local}
|
||||
}
|
||||
|
||||
. {
|
||||
forward . 8.8.8.8
|
||||
log
|
||||
errors
|
||||
cache
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user