mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: test
This commit is contained in:
parent
fb3ca09271
commit
a24b73e582
2 changed files with 25 additions and 25 deletions
|
@ -75,20 +75,20 @@ in
|
|||
imports = builtins.attrValues {
|
||||
inherit (modules)
|
||||
acme
|
||||
audiobookshelf
|
||||
caddy
|
||||
jellyfin
|
||||
logrotate
|
||||
mastodon
|
||||
minecraft
|
||||
ollama
|
||||
website
|
||||
postgresql
|
||||
samba
|
||||
searx
|
||||
vaultwarden
|
||||
forgejo
|
||||
xserver
|
||||
# audiobookshelf
|
||||
# caddy
|
||||
# jellyfin
|
||||
# logrotate
|
||||
# mastodon
|
||||
# minecraft
|
||||
# ollama
|
||||
# website
|
||||
# postgresql
|
||||
# samba
|
||||
# searx
|
||||
# vaultwarden
|
||||
# forgejo
|
||||
# xserver
|
||||
# kanboard
|
||||
;
|
||||
};
|
||||
|
|
|
@ -30,17 +30,17 @@ in
|
|||
localDomain = host;
|
||||
serviceEnvironmentFile = config.sops.secrets."${service.name}-root".path;
|
||||
user = service.name;
|
||||
# plugins = {
|
||||
# enable = true;
|
||||
# plugins = builtins.attrValues {
|
||||
# inherit (pkgs)
|
||||
# peertube-plugin-livechat
|
||||
# peertube-plugin-matomo
|
||||
# peertube-plugin-transcoding-custom-quality
|
||||
# peertube-theme-dark
|
||||
# ;
|
||||
# };
|
||||
# };
|
||||
plugins = {
|
||||
enable = true;
|
||||
plugins = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
peertube-plugin-livechat
|
||||
peertube-plugin-matomo
|
||||
peertube-plugin-transcoding-custom-quality
|
||||
peertube-theme-dark
|
||||
;
|
||||
};
|
||||
};
|
||||
|
||||
secrets = {
|
||||
secretsFile = config.sops.secrets."${service.name}-secret".path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue