feat(abaduh,adguard): update admin password
This commit is contained in:
@@ -13,7 +13,7 @@ in {
|
|||||||
settings = {
|
settings = {
|
||||||
http = {address = "127.0.0.1:${toString port}";};
|
http = {address = "127.0.0.1:${toString port}";};
|
||||||
users = mapAttrsToList (name: password: {inherit name password;}) {
|
users = mapAttrsToList (name: password: {inherit name password;}) {
|
||||||
"admin" = "$2a$12$ciAyKG13D2ViEsy6fACxGu.1qEwwrAfPVgaVQdYgmkmvODHYuVWPa";
|
"admin" = "$2y$10$1oOiKeJJFSmdc8s8QYUZeeNCHLBAb51BbpLdDjoexUI/0KDHlV8d6";
|
||||||
};
|
};
|
||||||
theme = "dark";
|
theme = "dark";
|
||||||
dns = {
|
dns = {
|
||||||
|
|||||||
Reference in New Issue
Block a user