1
0
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:
Stefan Ellmauthaler 2022-08-30 15:08:44 +02:00
parent 487d3c74f6
commit 8ccc9bdd26
Failed to extract signature

View File

@ -11,7 +11,7 @@ with lib; {
mkIf cfg.enable {
services.grocy = {
enable = true;
hostname = "grocy.ellmauthaler.net";
hostName = "grocy.ellmauthaler.net";
settings = {
currency = "EUR";
culture = "de";