Remove grocy

main
Amanda Graven 2023-10-22 14:17:15 +02:00
parent 86fef3990e
commit dac10cfe1a
2 changed files with 0 additions and 12 deletions

View File

@ -16,7 +16,6 @@
./services/synapse.nix
./services/ttrss.nix
./services/gitea.nix
./services/grocy.nix
./services/restic.nix
./services/vaultwarden.nix
./services/wireguard.nix

View File

@ -1,11 +0,0 @@
{ config, ... }:
{
services.grocy = {
enable = true;
hostName = "grocy.graven.dev";
settings = {
currency = "DKK";
calendar.firstDayOfWeek = 1;
};
};
}