1
0
mirror of http://code.capytal.cc/dot013/spacestation.git synced 2026-01-15 23:46:13 -03:00

feat(abaduh,adguard): make configuration immutable

This commit is contained in:
Guz
2026-01-01 19:25:23 -03:00
parent feefdb676f
commit 0265c8a5c8

View File

@@ -10,6 +10,7 @@ in {
enable = true;
openFirewall = true;
port = 8753;
mutableSettings = false;
settings = {
http = {address = "127.0.0.1:${toString port}";};
users = mapAttrsToList (name: password: {inherit name password;}) {