fix: had to be in bind.zones
This commit is contained in:
parent
f08f83e5c7
commit
ea493b434b
1 changed files with 62 additions and 60 deletions
|
@ -43,6 +43,7 @@ in {
|
|||
"193.1.100.131"
|
||||
];
|
||||
|
||||
zones = {
|
||||
/*
|
||||
put any other zones above skynet and link to their files like so:
|
||||
|
||||
|
@ -57,7 +58,7 @@ in {
|
|||
Skynet is handled a bit more dynamically since it is the key one we should focus on
|
||||
*/
|
||||
|
||||
skynet.ie = {
|
||||
"skynet.ie" = {
|
||||
extraConfig = "";
|
||||
# really wish teh nixos config didnt use master/slave
|
||||
master = true;
|
||||
|
@ -110,6 +111,7 @@ in {
|
|||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue