mirror of
https://github.com/kmein/niveum
synced 2026-03-22 12:51:08 +01:00
10
systems/zaatar/grocy.nix
Normal file
10
systems/zaatar/grocy.nix
Normal 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";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user