mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(fluidd): take over print
This commit is contained in:
parent
6c3727a246
commit
1c8a8f7a9e
6 changed files with 82 additions and 21 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ _: {
|
|||
octoprint.enable = true;
|
||||
nginx.enable = true;
|
||||
moonraker.enable = true;
|
||||
fluidd.enable = true;
|
||||
};
|
||||
};
|
||||
network.networks = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue