Zhu
This commit is contained in:
parent
66947eaa3f
commit
27cdf1aaf3
4 changed files with 10 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ in {
|
|||
then ./facter.json
|
||||
else null;
|
||||
imports = lib.snowfall.fs.get-non-default-nix-files ./. ++ [../stargate/services/adguardhome.nix];
|
||||
services.adguardhome.settings.dns.bind_hosts = ["192.168.178.119"];
|
||||
services.adguardhome.settings.dns.bind_hosts = ["10.10.10.11"];
|
||||
|
||||
environment.sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@ in {
|
|||
wget
|
||||
];
|
||||
|
||||
services.adguardhome.settings.dns.bind_hosts = ["192.168.178.129"];
|
||||
services.adguardhome.settings.dns.bind_hosts = ["10.10.10.10"];
|
||||
|
||||
hardware.enableAllHardware = true;
|
||||
hardware.enableAllFirmware = true;
|
||||
|
|
@ -135,6 +135,12 @@ in {
|
|||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
services.zerotierone = {
|
||||
enable = true;
|
||||
joinNetworks = [
|
||||
"154a350c8698cde8"
|
||||
];
|
||||
};
|
||||
|
||||
custom.users.kylekrein = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
config,
|
||||
...
|
||||
}: let
|
||||
localIp = "192.168.178.129";
|
||||
localIp = "10.10.10.10";
|
||||
in {
|
||||
services.adguardhome = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
maxretry = 5;
|
||||
ignoreIP = [
|
||||
# Whitelist some subnets
|
||||
"192.168.178.0/24"
|
||||
"10.10.10.0/24"
|
||||
"91.99.0.169"
|
||||
"kylekrein.duckdns.org"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue