This commit is contained in:
Aleksandr Lebedev 2026-04-02 20:18:54 +02:00
parent 66947eaa3f
commit 27cdf1aaf3
4 changed files with 10 additions and 4 deletions

View file

@ -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;