mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(zaatar): enable grocy
This commit is contained in:
@@ -11,6 +11,7 @@ in
|
||||
./moodle-dl-meinhark.nix
|
||||
./pulseaudio.nix
|
||||
./tuna.nix
|
||||
./grocy.nix
|
||||
<home-manager/nixos>
|
||||
<niveum/configs/keyboard.nix>
|
||||
<niveum/configs/monitoring.nix>
|
||||
|
||||
10
systems/zaatar/grocy.nix
Normal file
10
systems/zaatar/grocy.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
services.grocy = {
|
||||
enable = true;
|
||||
hostName = "grocy.kmein.r";
|
||||
nginx.enableSSL = false;
|
||||
settings.calendar.firstDayOfWeek = 1;
|
||||
settings.culture = "de";
|
||||
settings.currency = "EUR";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user