mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Fix typo in hostName for grocy at metis
This commit is contained in:
parent
487d3c74f6
commit
8ccc9bdd26
@ -11,7 +11,7 @@ with lib; {
|
|||||||
mkIf cfg.enable {
|
mkIf cfg.enable {
|
||||||
services.grocy = {
|
services.grocy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hostname = "grocy.ellmauthaler.net";
|
hostName = "grocy.ellmauthaler.net";
|
||||||
settings = {
|
settings = {
|
||||||
currency = "EUR";
|
currency = "EUR";
|
||||||
culture = "de";
|
culture = "de";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user