mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-13 18:44:11 -05:00
grocy was just too much service for what I needed
This commit is contained in:
parent
c0e9652829
commit
c6a94e9790
3 changed files with 0 additions and 19 deletions
|
|
@ -42,7 +42,6 @@ lib.mkIf config.user.overseer.enable {
|
|||
"home.wanderingcrow.net" = {};
|
||||
"homebox.wanderingcrow.net" = {};
|
||||
"bookstack.wanderingcrow.net" = {};
|
||||
"grocy.wanderingcrow.net" = {};
|
||||
"cache.wanderingcrow.net" = {};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
./homebox.nix
|
||||
./homepage.nix
|
||||
./bookstack.nix
|
||||
./grocy.nix
|
||||
./attic.nix
|
||||
./the-nest.nix
|
||||
./umami.nix
|
||||
|
|
|
|||
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
lib.mkIf config.user.overseer.enable {
|
||||
services.nginx.virtualHosts."grocy.wanderingcrow.net" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "grocy.wanderingcrow.net";
|
||||
};
|
||||
|
||||
services.grocy = {
|
||||
enable = true;
|
||||
hostName = "grocy.wanderingcrow.net";
|
||||
nginx.enableSSL = false;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue