fix: had to be in bind.zones

This commit is contained in:
silver 2023-01-17 23:37:07 +00:00
parent f08f83e5c7
commit ea493b434b

View file

@ -43,6 +43,7 @@ in {
"193.1.100.131" "193.1.100.131"
]; ];
zones = {
/* /*
put any other zones above skynet and link to their files like so: 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 is handled a bit more dynamically since it is the key one we should focus on
*/ */
skynet.ie = { "skynet.ie" = {
extraConfig = ""; extraConfig = "";
# really wish teh nixos config didnt use master/slave # really wish teh nixos config didnt use master/slave
master = true; master = true;
@ -110,6 +111,7 @@ in {
''; '';
}; };
}; };
};
}; };