mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 21:19: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 = {
|
services = {
|
||||||
overlay.enable = true;
|
private-nameserver.enable = true;
|
||||||
public = {
|
public-nameserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
zones = [
|
zones = [
|
||||||
"sprouted.cloud"
|
"sprouted.cloud"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue