We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358a0e9 commit 1be0d8aCopy full SHA for 1be0d8a
hosts/blender/configuration.nix
@@ -174,20 +174,6 @@ in
174
};
175
176
177
- services.komga = {
178
- enable = true;
179
- settings.server.port = 8282;
180
- openFirewall = true;
181
- };
182
- services.nginx.virtualHosts."komga.pine.marco.ooo" = {
183
- forceSSL = true;
184
- useACMEHost = "pine.marco.ooo";
185
- locations."/" = {
186
- proxyPass = "http://localhost:${toString config.services.komga.settings.server.port}";
187
- proxyWebsockets = true;
188
189
190
-
191
services.netdata = {
192
enable = false;
193
@@ -212,7 +198,6 @@ in
212
198
"/home/marco/.ssh"
213
199
config.services.sonarr.dataDir
214
200
"/var/lib/secrets"
215
- "/var/lib/komga"
216
201
];
217
202
218
203
0 commit comments