add eslint
This commit is contained in:
parent
cdac7ad5fc
commit
88b79bb78f
5 changed files with 17076 additions and 14 deletions
|
|
@ -230,7 +230,9 @@
|
|||
hostname-strict-https = false;
|
||||
};
|
||||
database.passwordFile = "${pkgs.writeText "dbPassword" ''test123''}";
|
||||
realmFiles.OIDCDemo = builtins.toJSON realm;
|
||||
realmFiles = [
|
||||
(pkgs.writeText "OIDCDemo.json" (builtins.toJSON realm))
|
||||
];
|
||||
};
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue