Fix nix check; Also i disabled the zineshop temporairly
All checks were successful
Check flake syntax / flake-check (push) Successful in 13m44s

This commit is contained in:
2025-12-03 16:38:31 +01:00
parent e8f929a35a
commit add299c242
4 changed files with 5 additions and 10 deletions

View File

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