web01: Rename from web-01
This commit is contained in:
parent
2274668f9b
commit
6c0e2818ac
10 changed files with 0 additions and 0 deletions
11
machines/web01/secrets/secrets.nix
Normal file
11
machines/web01/secrets/secrets.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
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"
|
||||
"_smtp-password-file"
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue