nix-sops
This commit is contained in:
@@ -12,7 +12,10 @@
|
||||
|
||||
beszel-agent.enable = true;
|
||||
|
||||
collabora.enable = true;
|
||||
collabora = {
|
||||
enable = true;
|
||||
environmentFiles = [ config.sops.secrets."jallen-nas/collabora".path ];
|
||||
};
|
||||
|
||||
deluge.enable = true;
|
||||
|
||||
@@ -22,11 +25,18 @@
|
||||
|
||||
jellyseerr.enable = true;
|
||||
|
||||
mariadb.enable = true;
|
||||
mariadb = {
|
||||
enable = true;
|
||||
environmentFiles = [
|
||||
config.sops.secrets."jallen-nas/mariadb/db_pass".path
|
||||
config.sops.secrets."jallen-nas/mariadb/root_pass".path
|
||||
];
|
||||
};
|
||||
|
||||
mealie = {
|
||||
enable = true;
|
||||
baseUrl = "https://mealie.mjallen.dev";
|
||||
port = "9001";
|
||||
maxConcurrency = "4";
|
||||
maxWorkers = "4";
|
||||
allowSignup = "false";
|
||||
@@ -35,7 +45,8 @@
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
httpPort = "9981";
|
||||
httpsPort = "9443";
|
||||
httpsPort = "9943";
|
||||
redisSock = "/var/run/redis-nextcloud/redis.sock";
|
||||
};
|
||||
|
||||
ollama.enable = true;
|
||||
@@ -46,8 +57,6 @@
|
||||
|
||||
radarr.enable = true;
|
||||
|
||||
redis.enable = true;
|
||||
|
||||
sabnzbd.enable = true;
|
||||
|
||||
sonarr.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user