feat(fluidd): take over print

This commit is contained in:
Kat Inskip 2024-08-07 15:21:58 -07:00
parent 6c3727a246
commit 1c8a8f7a9e
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
6 changed files with 82 additions and 21 deletions

View file

@ -269,10 +269,10 @@ in {
};
print = {
inherit (nginx) group;
domain = virtualHosts.octoprint.serverName;
domain = virtualHosts.fluidd.serverName;
extraDomainNames = mkMerge [
virtualHosts.octoprint.otherServerNames
virtualHosts.octoprint'local.allServerNames
virtualHosts.fluidd.otherServerNames
virtualHosts.fluidd'local.allServerNames
];
};
webrx = {
@ -405,7 +405,7 @@ in {
};
};
kitchencam.ssl.cert.enable = true;
octoprint.ssl.cert.enable = true;
fluidd.ssl.cert.enable = true;
openwebrx.ssl.cert.enable = true;
deluge.ssl.cert.enable = true;
invidious = {

View file

@ -14,6 +14,7 @@ _: {
octoprint.enable = true;
nginx.enable = true;
moonraker.enable = true;
fluidd.enable = true;
};
};
network.networks = {