add zineshop #103

Merged
kalipso merged 13 commits from zineshop into master 2025-04-14 12:46:56 +02:00
Showing only changes of commit 01fb1bdaa8 - Show all commits

View File

@@ -10,6 +10,7 @@ with lib;
imports = [
inputs.malobeo.nixosModules.malobeo.metrics
inputs.malobeo.nixosModules.malobeo.printing
inputs.zineshop.nixosModules.zineshop
../modules/malobeo_user.nix
../modules/sshd.nix
@@ -22,6 +23,9 @@ with lib;
lokiHost = "10.0.0.14";
};
services.printing.enable = true;
services.malobeo.printing.enable = true;
services.zineshop.enable = true;
networking.firewall.allowedTCPPorts = [ 8080 ];