mirror of
https://github.com/kmein/niveum
synced 2026-03-21 12:21:08 +01:00
feat(zaatar): enable grocy
This commit is contained in:
14
flake.lock
generated
14
flake.lock
generated
@@ -158,11 +158,11 @@
|
|||||||
"retiolum": {
|
"retiolum": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1640969743,
|
"lastModified": 1641415159,
|
||||||
"narHash": "sha256-Fj4J6EI2nSyvols9bGuettG/K9Bc7JMbjCGVG4dFNDI=",
|
"narHash": "sha256-QlJGc9Hnp8sBgcljLeus/4nZppRxVARMJO4kAD6P/04=",
|
||||||
"owner": "krebs",
|
"owner": "krebs",
|
||||||
"repo": "retiolum",
|
"repo": "retiolum",
|
||||||
"rev": "30b9842d65ccb2b89aaa4ae470a6615042a907f2",
|
"rev": "aa65c68493f042d7ad5012249b4aafc4ee59b8f2",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -210,11 +210,11 @@
|
|||||||
"stockholm": {
|
"stockholm": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1641167244,
|
"lastModified": 1641414848,
|
||||||
"narHash": "sha256-uYob8g6RbRL9niEQNk9G1TldVCrzOu+kxEFEQ+IAFkM=",
|
"narHash": "sha256-4tZyxhy6Sh5+FbQ2x++2MIhq96uKpNPKcEG1oWaHP98=",
|
||||||
"ref": "master",
|
"ref": "master",
|
||||||
"rev": "2313e962e2ac6dc6f1f59800d793101f958e8b37",
|
"rev": "deda4c978956e39c3b6345e5ef5604b2bc020e00",
|
||||||
"revCount": 10254,
|
"revCount": 10262,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://cgit.lassul.us/stockholm"
|
"url": "https://cgit.lassul.us/stockholm"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -11,6 +11,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