Fix sas captive portal
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
10
hosts/elara/configs/dnsmasq/default.nix
Normal file
10
hosts/elara/configs/dnsmasq/default.nix
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
specialisation.sas.configuration.services.dnsmasq.settings.server = [
|
||||||
|
"1.1.1.1"
|
||||||
|
"1.0.0.1"
|
||||||
|
# SAS Guest DNS
|
||||||
|
"208.67.220.220"
|
||||||
|
"208.67.222.222"
|
||||||
|
];
|
||||||
|
}
|
@@ -47,6 +47,7 @@
|
|||||||
../common/configs/system/users
|
../common/configs/system/users
|
||||||
../common/configs/system/zsh
|
../common/configs/system/zsh
|
||||||
|
|
||||||
|
./configs/dnsmasq
|
||||||
./configs/git
|
./configs/git
|
||||||
./configs/vpn
|
./configs/vpn
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user