Add selfhosted services
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{ config, ... }:
|
||||
let
|
||||
cfg = config.selfhosted.jellyfin;
|
||||
in
|
||||
{
|
||||
sops.secrets = {
|
||||
};
|
||||
|
||||
sops.templates."jellyfin.env".content = ''
|
||||
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user