nix-deploy/config/hosts/wind/services/grocy.nix

11 lines
159 B
Nix
Raw Normal View History

2022-10-12 05:25:46 +02:00
{ config, ... }:
{
services.grocy = {
enable = true;
hostName = grocy.graven.dev;
settings = {
currency = "DKK";
calendar.firstDayOfWeek = 1
}
}