feat: remove minecraft and add grafana secret
This commit is contained in:
parent
ce89f2fcda
commit
cc2036d95e
10 changed files with 21 additions and 106 deletions
|
|
@ -1,13 +0,0 @@
|
|||
{ pkgs, config, lib, ... }:
|
||||
|
||||
{
|
||||
# Copy this file to secrets.nix and fill in real values
|
||||
mySecrets = {
|
||||
forgejoDb = "changeme_forgejo_db";
|
||||
stalwartAdmin = "changeme_stalwart_admin";
|
||||
searxKey = "changeme_searx_secret";
|
||||
minecraftRcon = "changeme_rcon";
|
||||
tailscaleKey = "tskey-auth-PLACEHOLDER";
|
||||
sshPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAA...";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue