diff --git a/flake.lock b/flake.lock index 0ecd77f..47faa6b 100644 --- a/flake.lock +++ b/flake.lock @@ -450,11 +450,11 @@ "utils": "utils_4" }, "locked": { - "lastModified": 1751462005, - "narHash": "sha256-vhr2GORiXij3mL+QIfnL0sKSbbBIglw1wnHWNmFejiA=", + "lastModified": 1764942243, + "narHash": "sha256-P02Zm0VAON9SqRxqe6h5vfxgpCBYeiz5JPWGIn6KFFg=", "ref": "refs/heads/master", - "rev": "f505fb17bf1882cc3683e1e252ce44583cbe58ce", - "revCount": 155, + "rev": "f56b7eb6887b7e0fecae4a1f4c1311392eebad8d", + "revCount": 156, "type": "git", "url": "https://git.dynamicdiscord.de/kalipso/zineshop" }, diff --git a/machines/zineshop/configuration.nix b/machines/zineshop/configuration.nix index 1ec548a..aac419e 100644 --- a/machines/zineshop/configuration.nix +++ b/machines/zineshop/configuration.nix @@ -26,7 +26,7 @@ with lib; services.printing.enable = true; services.malobeo.printing.enable = true; - services.zineshop.enable = false; + services.zineshop.enable = true; networking.firewall.allowedTCPPorts = [ 8080 ]; system.stateVersion = "22.11"; # Did you read the comment?