Move confess-web to its own file
This commit is contained in:
parent
4bbe41b9ff
commit
75fdefa9bb
3 changed files with 29 additions and 18 deletions
|
@ -30,8 +30,8 @@
|
|||
./services/pds
|
||||
./services/gonic.nix
|
||||
./services/youtuee.nix
|
||||
./services/confess.nix
|
||||
inputs.lastfm-status.nixosModules.default
|
||||
inputs.confess.nixosModules.default
|
||||
inputs.common-modules.nixosModules.nixos-upgrade
|
||||
];
|
||||
|
||||
|
@ -209,7 +209,6 @@
|
|||
"/var/lib/syncthing"
|
||||
"/var/lib/matrix-synapse"
|
||||
"/var/lib/plex"
|
||||
"/var/lib/confess-web"
|
||||
"/var/lib/influxdb2"
|
||||
|
||||
"/etc/secrets"
|
||||
|
@ -247,13 +246,6 @@
|
|||
guiAddress = "0.0.0.0:8384";
|
||||
openDefaultPorts = true;
|
||||
};
|
||||
confess-web = {
|
||||
enable = true;
|
||||
port = 8011;
|
||||
reverseProxy = true;
|
||||
trustedProxy = "127.0.0.1";
|
||||
environmentFile = "/etc/secrets/confess.env";
|
||||
};
|
||||
lastfm-status = {
|
||||
enable = true;
|
||||
port = 4014;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue