mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
@@ -10,6 +10,7 @@ in
|
|||||||
./moodle-dl-meinhark.nix
|
./moodle-dl-meinhark.nix
|
||||||
./pulseaudio.nix
|
./pulseaudio.nix
|
||||||
./tuna.nix
|
./tuna.nix
|
||||||
|
./grocy.nix
|
||||||
<home-manager/nixos>
|
<home-manager/nixos>
|
||||||
<niveum/configs/keyboard.nix>
|
<niveum/configs/keyboard.nix>
|
||||||
<niveum/configs/monitoring.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