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:
@@ -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;}) {
|
||||
|
||||
Reference in New Issue
Block a user