Add incomplete grocy configuration
This commit is contained in:
parent
cbb49ae1b1
commit
24c59b417e
2 changed files with 11 additions and 0 deletions
10
config/hosts/wind/services/grocy.nix
Normal file
10
config/hosts/wind/services/grocy.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
services.grocy = {
|
||||
enable = true;
|
||||
hostName = "grocy.graven.dev";
|
||||
settings = {
|
||||
currency = "DKK";
|
||||
calendar.firstDayOfWeek = 1;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue