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;
|
||||
};
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
age-encryption.org/v1
|
||||
-> ssh-ed25519 lfMVeg g6zt2+iuzFNLhz1MUN45Fm/PQyTcDNGTNTFV2/gZCSo
|
||||
rsH1EqfGlXzXxKHK5qeaZDo9tQ2LG7aZ5tc4lM6OQwo
|
||||
-> ssh-ed25519 ueRyzQ uEKYQgWA2BUAWaZ0UU8QBj8sgeRJZow9FARAI5jcng4
|
||||
z2wLWrY/Fz2lZEOjsHohpmjhcixY6UN1EyYl4QkJu80
|
||||
-> ssh-ed25519 IYnDOQ ajiSs82r6uhtD1j5UAPIwAHSV3+U7trR3imTI1zoKGs
|
||||
IlFf/4TMT3SZeyuPyI66g/jRFXhuNbiRpoIUuFjya5k
|
||||
--- GGkZetyyd0xSN2v4oDLV+KAFC8zYPCX5QvtifMP08uM
|
||||
Õmªë ïþ,LYã"þÄp%lǬ°«9º_þ[âý-ñÍᬙ÷®bÜꂉ¶O$ !¸Gy5œ5[7bøöhLlŠoËúF
|
||||
|
|
@ -18,7 +18,6 @@ in
|
|||
"environments/acme.age".publicKeys = users ++ servers;
|
||||
"environments/miniflux.age".publicKeys = users ++ servers;
|
||||
"environments/vaultwarden.age".publicKeys = users ++ servers;
|
||||
"environments/yarr.age".publicKeys = users ++ servers;
|
||||
"passwords/anki/admin.age".publicKeys = users ++ servers;
|
||||
"passwords/ddclient/cloudflare.age".publicKeys = users ++ servers;
|
||||
"passwords/gitea/db.age".publicKeys = users ++ servers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue