forked from fi/nix-infra
Add jellyfin host
This commit is contained in:
parent
8a16dd0af2
commit
693c6da88a
9 changed files with 141 additions and 0 deletions
11
hosts/jellyfin/secrets.nix
Normal file
11
hosts/jellyfin/secrets.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
{
|
||||
deployment.keys."samba-credentials.secret" = {
|
||||
keyCommand = [ "env" "GNUPGHOME=/home/yuri/.passinfra_gnupg" "PASSWORD_STORE_DIR=/home/yuri/pass/infra" "pass" "jellyfin/samba-credentials" ];
|
||||
destDir = "/secrets";
|
||||
user = "root";
|
||||
group = "root";
|
||||
permissions = "0640";
|
||||
uploadAt = "pre-activation";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue