implemented all of the currently available server
This commit is contained in:
@@ -29,6 +29,10 @@ in
|
||||
style = "row";
|
||||
columns = 4;
|
||||
};
|
||||
"Other" = {
|
||||
style = "row";
|
||||
columns = 3;
|
||||
};
|
||||
};
|
||||
background = "https://images.unsplash.com/photo-1502790671504-542ad42d5189?auto=format&fit=crop&w=2560&q=80";
|
||||
};
|
||||
@@ -75,6 +79,13 @@ in
|
||||
{ inherit (services) "qbittorrent miniserver"; }
|
||||
];
|
||||
}
|
||||
{
|
||||
"Other" = [
|
||||
{ inherit (services) mealie; }
|
||||
{ inherit (services) nextcloud; }
|
||||
{ inherit (services) paperless; }
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy (
|
||||
|
||||
Reference in New Issue
Block a user