Re-add nixedo as a media server
This commit is contained in:
parent
ec7efcba47
commit
ba50ef37c5
11 changed files with 276 additions and 3 deletions
|
@ -26,8 +26,5 @@
|
|||
../common
|
||||
|
||||
./configuration.nix
|
||||
./secrets.nix
|
||||
|
||||
./modules/nginx.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
|
||||
virtualHosts = {
|
||||
"syncthing.localhost".locations."/".proxyPass = "http://localhost:8384/";
|
||||
};
|
||||
};
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
age.secrets = {
|
||||
tubearchivist.file = ../../secrets/tubearchivist.age;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue