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

11 lines
151 B
Nix
Raw Normal View History

2022-04-12 15:46:59 +02:00
{
services.grocy = {
enable = true;
hostName = "grocy.graven.dev";
settings = {
currency = "DKK";
calendar.firstDayOfWeek = 1;
};
};
}