[zineshop] re-enable
All checks were successful
Check flake syntax / flake-check (push) Successful in 6m9s

This commit is contained in:
2025-12-05 14:46:18 +01:00
parent add299c242
commit 03846d5e7f
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -450,11 +450,11 @@
"utils": "utils_4" "utils": "utils_4"
}, },
"locked": { "locked": {
"lastModified": 1751462005, "lastModified": 1764942243,
"narHash": "sha256-vhr2GORiXij3mL+QIfnL0sKSbbBIglw1wnHWNmFejiA=", "narHash": "sha256-P02Zm0VAON9SqRxqe6h5vfxgpCBYeiz5JPWGIn6KFFg=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "f505fb17bf1882cc3683e1e252ce44583cbe58ce", "rev": "f56b7eb6887b7e0fecae4a1f4c1311392eebad8d",
"revCount": 155, "revCount": 156,
"type": "git", "type": "git",
"url": "https://git.dynamicdiscord.de/kalipso/zineshop" "url": "https://git.dynamicdiscord.de/kalipso/zineshop"
}, },

View File

@@ -26,7 +26,7 @@ with lib;
services.printing.enable = true; services.printing.enable = true;
services.malobeo.printing.enable = true; services.malobeo.printing.enable = true;
services.zineshop.enable = false; services.zineshop.enable = true;
networking.firewall.allowedTCPPorts = [ 8080 ]; networking.firewall.allowedTCPPorts = [ 8080 ];
system.stateVersion = "22.11"; # Did you read the comment? system.stateVersion = "22.11"; # Did you read the comment?