Add rpc user and password as secrets
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
if builtins.pathExists ./secrets/secrets.nix then import ./secrets/secrets.nix else {
|
||||
prophet-openvpn-config = "";
|
||||
prophet-guest-openvpn-config = "";
|
||||
centrallake-openvpn-config = "";
|
||||
bower-openvpn-config = "";
|
||||
unifi_password_ro = "";
|
||||
alertmanager_smtp_pw = "";
|
||||
alertmanager_pushover_user = "";
|
||||
alertmanager_pushover_token = "";
|
||||
mpd_pw = "";
|
||||
mpd_icecast_pw = "";
|
||||
github_token = "";
|
||||
}
|
||||
Reference in New Issue
Block a user