Made adguard easily accessible from newt

This commit is contained in:
Chris Toph 2025-06-25 18:21:51 -04:00
parent 3a9f295e43
commit 8f8ecc1f49
2 changed files with 1 additions and 1 deletions

View file

@ -22,6 +22,7 @@
extraOptions = [
"--network-alias=adguard"
"--network=adguard_default"
"--network=newt"
];
};

View file

@ -7,6 +7,5 @@ in
enable = true;
id = cfg.ID;
secret = cfg.SECRET;
useHostNetwork = true;
};
}