summaryrefslogtreecommitdiff
path: root/Omni/Cloud/Grocy.nix
diff options
context:
space:
mode:
Diffstat (limited to 'Omni/Cloud/Grocy.nix')
-rw-r--r--Omni/Cloud/Grocy.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/Omni/Cloud/Grocy.nix b/Omni/Cloud/Grocy.nix
deleted file mode 100644
index 697c2f1..0000000
--- a/Omni/Cloud/Grocy.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-{ ... }:
-
-{
- services.grocy = {
- enable = true;
- hostName = "grocy.simatime.com";
- nginx.enableSSL = false; # set in Web.nix
- settings = {
- calendar = {
- firstDayOfWeek = 1;
- showWeekNumber = true;
- };
- currency = "USD";
- culture = "en";
- };
- };
-}