Migrate jellyfin to sops-nix
This commit is contained in:
parent
74f35e704c
commit
985c4c9040
3 changed files with 32 additions and 12 deletions
|
|
@ -5,7 +5,7 @@
|
|||
fsType = "cifs";
|
||||
options = [
|
||||
"username=jellyfin"
|
||||
"credentials=/secrets/samba-credentials.secret"
|
||||
"credentials=/run/secrets/samba-credentials"
|
||||
"iocharset=utf8"
|
||||
"vers=3.1.1"
|
||||
"uid=jellyfin"
|
||||
|
|
@ -13,4 +13,10 @@
|
|||
"_netdev"
|
||||
];
|
||||
};
|
||||
|
||||
sops.secrets."samba-credentials" = {
|
||||
mode = "0440";
|
||||
owner = "root";
|
||||
group = "root";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue