summaryrefslogtreecommitdiff
path: root/Biz/Cloud/Grocy.nix
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Cloud/Grocy.nix')
-rw-r--r--Biz/Cloud/Grocy.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/Biz/Cloud/Grocy.nix b/Biz/Cloud/Grocy.nix
deleted file mode 100644
index 697c2f1..0000000
--- a/Biz/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";
- };
- };
-}