feat!(MOMO): remove yarr
This commit is contained in:
parent
77b8fc9790
commit
9ff09c6ab2
5 changed files with 0 additions and 31 deletions
|
|
@ -6,6 +6,5 @@
|
|||
./postgresql.nix
|
||||
./syncthing.nix
|
||||
./vaultwarden.nix
|
||||
./yarr.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,13 +16,6 @@
|
|||
proxyPass = "http://127.0.0.1:8005";
|
||||
};
|
||||
};
|
||||
virtualHosts."yarr.dryb.org" = {
|
||||
addSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:8007";
|
||||
};
|
||||
};
|
||||
virtualHosts."miniflux.dryb.org" = {
|
||||
addSSL = true;
|
||||
enableACME = true;
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
{ config, ... }: {
|
||||
|
||||
age.secrets.environments-yarr = {
|
||||
file = ../../../secrets/environments/yarr.age;
|
||||
};
|
||||
|
||||
services.yarr = {
|
||||
enable = true;
|
||||
port = 8007;
|
||||
address = "127.0.0.1";
|
||||
authFilePath = config.age.secrets.environments-yarr.path;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue