finally fixing the ups, plus tons of formatting
This commit is contained in:
@@ -1,17 +1,10 @@
|
||||
{
|
||||
inputs,
|
||||
outputs,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{ config, ... }:
|
||||
{
|
||||
nas-apps = {
|
||||
beszel.enable = true;
|
||||
|
||||
beszel-agent.enable = true;
|
||||
|
||||
|
||||
collabora = {
|
||||
enable = true;
|
||||
environmentFiles = [ config.sops.secrets."jallen-nas/collabora".path ];
|
||||
@@ -27,10 +20,10 @@
|
||||
|
||||
mariadb = {
|
||||
enable = true;
|
||||
environmentFiles = [
|
||||
environmentFiles = [
|
||||
config.sops.secrets."jallen-nas/mariadb/db_pass".path
|
||||
config.sops.secrets."jallen-nas/mariadb/root_pass".path
|
||||
];
|
||||
];
|
||||
};
|
||||
|
||||
mealie = {
|
||||
|
||||
Reference in New Issue
Block a user