mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-28 23:22:37 -05:00
remove invidious
This commit is contained in:
parent
80b47641c5
commit
278d3b9aba
2 changed files with 0 additions and 26 deletions
|
|
@ -3,7 +3,6 @@
|
||||||
./bar-assistant.nix
|
./bar-assistant.nix
|
||||||
./homebox.nix
|
./homebox.nix
|
||||||
./homepage.nix
|
./homepage.nix
|
||||||
./invidious.nix
|
|
||||||
./bookstack.nix
|
./bookstack.nix
|
||||||
./grocy.nix
|
./grocy.nix
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
||||||
{
|
|
||||||
lib,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
lib.mkIf config.user.overseer.enable {
|
|
||||||
services.nginx = {
|
|
||||||
enable = true;
|
|
||||||
recommendedProxySettings = true;
|
|
||||||
virtualHosts = {
|
|
||||||
"vid.wanderingcrow.net" = {
|
|
||||||
enableACME = false;
|
|
||||||
forceSSL = false;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
services.invidious = {
|
|
||||||
enable = true;
|
|
||||||
port = 3000;
|
|
||||||
nginx.enable = true;
|
|
||||||
domain = "vid.wanderingcrow.net";
|
|
||||||
database.createLocally = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue