mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 17:49:07 +01:00
nameservers: Complete restructuring
This commit is contained in:
parent
2b26c715f2
commit
ff0c07eb9d
1 changed files with 3 additions and 3 deletions
|
|
@ -20,9 +20,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.nameservers = {
|
||||
overlay.enable = true;
|
||||
public = {
|
||||
services = {
|
||||
private-nameserver.enable = true;
|
||||
public-nameserver = {
|
||||
enable = true;
|
||||
zones = [
|
||||
"sprouted.cloud"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue