2023-06-30 18:40:09 +02:00
|
|
|
let
|
|
|
|
lib = import ../../../lib { inherit (import <nixpkgs> { }) lib; };
|
|
|
|
publicKeys = lib.getNodeKeys "web-01";
|
|
|
|
in
|
|
|
|
|
|
|
|
lib.setDefault { inherit publicKeys; } [
|
|
|
|
"plausible_admin-user-password-file"
|
|
|
|
"plausible_secret-key-base-file"
|
|
|
|
"plausible_release-cookie-file"
|
2023-07-02 13:31:42 +02:00
|
|
|
"_smtp-password-file"
|
2023-06-30 18:40:09 +02:00
|
|
|
]
|