1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(zaatar): rip grocy

This commit is contained in:
2022-01-07 18:27:49 +01:00
parent df461aa72d
commit 2e0765eede
2 changed files with 0 additions and 11 deletions

View File

@@ -10,7 +10,6 @@ in
./moodle-dl-meinhark.nix
./pulseaudio.nix
./tuna.nix
./grocy.nix
<home-manager/nixos>
<niveum/configs/keyboard.nix>
<niveum/configs/monitoring.nix>

View File

@@ -1,10 +0,0 @@
{
services.grocy = {
enable = true;
hostName = "grocy.kmein.r";
nginx.enableSSL = false;
settings.calendar.firstDayOfWeek = 1;
settings.culture = "de";
settings.currency = "EUR";
};
}