mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -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 {
|
imports = builtins.attrValues {
|
||||||
inherit (modules)
|
inherit (modules)
|
||||||
acme
|
acme
|
||||||
audiobookshelf
|
# audiobookshelf
|
||||||
caddy
|
# caddy
|
||||||
jellyfin
|
# jellyfin
|
||||||
logrotate
|
# logrotate
|
||||||
mastodon
|
# mastodon
|
||||||
minecraft
|
# minecraft
|
||||||
ollama
|
# ollama
|
||||||
website
|
# website
|
||||||
postgresql
|
# postgresql
|
||||||
samba
|
# samba
|
||||||
searx
|
# searx
|
||||||
vaultwarden
|
# vaultwarden
|
||||||
forgejo
|
# forgejo
|
||||||
xserver
|
# xserver
|
||||||
# kanboard
|
# kanboard
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
|
@ -30,17 +30,17 @@ in
|
||||||
localDomain = host;
|
localDomain = host;
|
||||||
serviceEnvironmentFile = config.sops.secrets."${service.name}-root".path;
|
serviceEnvironmentFile = config.sops.secrets."${service.name}-root".path;
|
||||||
user = service.name;
|
user = service.name;
|
||||||
# plugins = {
|
plugins = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# plugins = builtins.attrValues {
|
plugins = builtins.attrValues {
|
||||||
# inherit (pkgs)
|
inherit (pkgs)
|
||||||
# peertube-plugin-livechat
|
peertube-plugin-livechat
|
||||||
# peertube-plugin-matomo
|
peertube-plugin-matomo
|
||||||
# peertube-plugin-transcoding-custom-quality
|
peertube-plugin-transcoding-custom-quality
|
||||||
# peertube-theme-dark
|
peertube-theme-dark
|
||||||
# ;
|
;
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
|
|
||||||
secrets = {
|
secrets = {
|
||||||
secretsFile = config.sops.secrets."${service.name}-secret".path;
|
secretsFile = config.sops.secrets."${service.name}-secret".path;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue