1
0
mirror of https://github.com/kmein/niveum synced 2026-03-28 23:31:07 +01:00

feat(zaatar): enable grocy

This commit is contained in:
2022-01-05 21:37:48 +01:00
parent c36dc50369
commit 6c7fa8c1b5
3 changed files with 18 additions and 7 deletions

10
systems/zaatar/grocy.nix Normal file
View File

@@ -0,0 +1,10 @@
{
services.grocy = {
enable = true;
hostName = "grocy.kmein.r";
nginx.enableSSL = false;
settings.calendar.firstDayOfWeek = 1;
settings.culture = "de";
settings.currency = "EUR";
};
}