mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-14 02:54:10 -05:00
grocy time
This commit is contained in:
parent
f3a56262bd
commit
1f6eb57917
2 changed files with 20 additions and 0 deletions
|
|
@ -9,5 +9,6 @@
|
|||
./homepage.nix
|
||||
./invidious.nix
|
||||
./bookstack.nix
|
||||
./grocy.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
19
modules/users/overseer/services/grocy.nix
Normal file
19
modules/users/overseer/services/grocy.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
let
|
||||
volumePath = "/overseer/services";
|
||||
in
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
lib.mkIf config.user.overseer.enable {
|
||||
|
||||
services.grocy = {
|
||||
enable = true;
|
||||
hostName = "grocy.wanderingcrow.net";
|
||||
nginx.enableSSL = false;
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue