mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 05:43:11 +02:00
changes
Signed-off-by: Alex S <stan.alexandru@ichb.ro>
This commit is contained in:
parent
bab16aba6c
commit
5232a60f0d
1 changed files with 3 additions and 1 deletions
|
@ -49,9 +49,11 @@
|
||||||
openssh.enable = true;
|
openssh.enable = true;
|
||||||
adguardhome = {
|
adguardhome = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
settings = {
|
settings = {
|
||||||
bind_host = "192.168.1.221";
|
bind_host = "192.168.1.221";
|
||||||
bootstrap_dns = "8.8.8.8, 8.8.4.4";
|
bind_port = 3000;
|
||||||
|
# bootstrap_dns = "8.8.8.8, 8.8.4.4";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue