From e294fecf7e886963003fccb03e34c2f77a29fba8 Mon Sep 17 00:00:00 2001 From: kalipso Date: Fri, 11 Apr 2025 18:18:30 +0200 Subject: [PATCH 01/13] [zineshop] init --- flake.lock | 57 +++++++++++++++++++++++++++- flake.nix | 5 +++ machines/hosts.nix | 8 ++++ machines/overwatch/configuration.nix | 6 +++ machines/zineshop/configuration.nix | 30 +++++++++++++++ 5 files changed, 105 insertions(+), 1 deletion(-) create mode 100644 machines/zineshop/configuration.nix diff --git a/flake.lock b/flake.lock index 98a258ac..1d4d7591 100644 --- a/flake.lock +++ b/flake.lock @@ -235,7 +235,8 @@ "nixpkgs-unstable": "nixpkgs-unstable", "sops-nix": "sops-nix", "tasklist": "tasklist", - "utils": "utils_3" + "utils": "utils_3", + "zineshop": "zineshop" } }, "sops-nix": { @@ -334,6 +335,21 @@ "type": "github" } }, + "systems_5": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "tasklist": { "inputs": { "nixpkgs": [ @@ -407,6 +423,45 @@ "repo": "flake-utils", "type": "github" } + }, + "utils_4": { + "inputs": { + "systems": "systems_5" + }, + "locked": { + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "zineshop": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ], + "utils": "utils_4" + }, + "locked": { + "lastModified": 1744380401, + "narHash": "sha256-FXY8CjzYtNUFk47q9zrd/4X2kpwmdfRQjofmsMdDEqM=", + "ref": "refs/heads/master", + "rev": "1da5e3e8b47ba740a9dbcd8975aad4181abd6629", + "revCount": 60, + "type": "git", + "url": "https://git.dynamicdiscord.de/kalipso/zineshop" + }, + "original": { + "type": "git", + "url": "https://git.dynamicdiscord.de/kalipso/zineshop" + } } }, "root": "root", diff --git a/flake.nix b/flake.nix index 02dd232e..6ecb2230 100644 --- a/flake.nix +++ b/flake.nix @@ -22,6 +22,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + zineshop = { + url = "git+https://git.dynamicdiscord.de/kalipso/zineshop"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + ep3-bs = { url = "git+https://git.dynamicdiscord.de/kalipso/ep3-bs.nix"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/machines/hosts.nix b/machines/hosts.nix index f780fc34..41dee837 100644 --- a/machines/hosts.nix +++ b/machines/hosts.nix @@ -67,6 +67,14 @@ }; }; + zineshop = { + type = "microvm"; + network = { + address = "10.0.0.15"; + mac = "D0:E5:CA:F0:D7:F1"; + }; + }; + testvm = { type = "host"; }; diff --git a/machines/overwatch/configuration.nix b/machines/overwatch/configuration.nix index 62e1b8ae..75ed0169 100644 --- a/machines/overwatch/configuration.nix +++ b/machines/overwatch/configuration.nix @@ -107,6 +107,12 @@ with lib; targets = [ "10.0.0.13:9002" ]; }]; } + { + job_name = "zineshop"; + static_configs = [{ + targets = [ "10.0.0.15:9002" ]; + }]; + } { job_name = "fanny"; static_configs = [{ diff --git a/machines/zineshop/configuration.nix b/machines/zineshop/configuration.nix new file mode 100644 index 00000000..c8855697 --- /dev/null +++ b/machines/zineshop/configuration.nix @@ -0,0 +1,30 @@ +{ self, config, lib, pkgs, inputs, ... }: + +with lib; + +{ + networking = { + hostName = mkDefault "zineshop"; + useDHCP = false; + }; + + imports = [ + inputs.malobeo.nixosModules.malobeo.metrics + inputs.zineshop.nixosModules.zineshop + ../modules/malobeo_user.nix + ../modules/sshd.nix + ]; + + malobeo.metrics = { + enable = true; + enablePromtail = true; + logNginx = true; + lokiHost = "10.0.0.14"; + }; + + services.zineshop.enable = true; + networking.firewall.allowedTCPPorts = [ 8080 ]; + + system.stateVersion = "22.11"; # Did you read the comment? +} + From 686ef89e761c0a06d10b0f3b10f9ae9ef8925cb6 Mon Sep 17 00:00:00 2001 From: kalipso Date: Fri, 11 Apr 2025 19:32:50 +0200 Subject: [PATCH 02/13] [flake] update zineshop --- flake.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 1d4d7591..d1f04ce9 100644 --- a/flake.lock +++ b/flake.lock @@ -450,11 +450,11 @@ "utils": "utils_4" }, "locked": { - "lastModified": 1744380401, - "narHash": "sha256-FXY8CjzYtNUFk47q9zrd/4X2kpwmdfRQjofmsMdDEqM=", + "lastModified": 1744392693, + "narHash": "sha256-S4ZDuD2j7lABnt0LnZ8CbflVDbcuyv//IcUrSZT1P9M=", "ref": "refs/heads/master", - "rev": "1da5e3e8b47ba740a9dbcd8975aad4181abd6629", - "revCount": 60, + "rev": "ec1a8b155a968b05742663f5be4eb3b8e5cae341", + "revCount": 68, "type": "git", "url": "https://git.dynamicdiscord.de/kalipso/zineshop" }, From ee709ee36e8c107907a057f2753cf1f560bc4fed Mon Sep 17 00:00:00 2001 From: kalipso Date: Sat, 12 Apr 2025 02:27:04 +0200 Subject: [PATCH 03/13] [flake] update zineshop --- flake.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index d1f04ce9..540fbe5d 100644 --- a/flake.lock +++ b/flake.lock @@ -450,11 +450,11 @@ "utils": "utils_4" }, "locked": { - "lastModified": 1744392693, - "narHash": "sha256-S4ZDuD2j7lABnt0LnZ8CbflVDbcuyv//IcUrSZT1P9M=", + "lastModified": 1744407738, + "narHash": "sha256-dIFaDlezDfAdl9oE0L/3pXqQ5kxH9A3YbqpkQDbKbLE=", "ref": "refs/heads/master", - "rev": "ec1a8b155a968b05742663f5be4eb3b8e5cae341", - "revCount": 68, + "rev": "0b4439647aeb13b2f0f2cfb44a372b1d78db1387", + "revCount": 73, "type": "git", "url": "https://git.dynamicdiscord.de/kalipso/zineshop" }, From de054fbb2e137deb14e0b9d32854f87a66656b89 Mon Sep 17 00:00:00 2001 From: kalipso Date: Fri, 11 Apr 2025 17:03:10 +0200 Subject: [PATCH 04/13] [printing] init module --- machines/modules/malobeo/printing.nix | 51 +++++++++++++++++++++++++++ outputs.nix | 1 + 2 files changed, 52 insertions(+) create mode 100644 machines/modules/malobeo/printing.nix diff --git a/machines/modules/malobeo/printing.nix b/machines/modules/malobeo/printing.nix new file mode 100644 index 00000000..ad28215d --- /dev/null +++ b/machines/modules/malobeo/printing.nix @@ -0,0 +1,51 @@ +{ config, lib, pkgs, ... }: +with lib; +let + cfg = config.services.malobeo.printing; + driverFile = pkgs.writeTextDir "share/cups/model/konicaminoltac258.ppd" (builtins.readFile ../KOC658UX.ppd); + + defaultPpdOptions = { + PageSize = "A4"; + SelectColor = "Grayscale"; + Finisher = "FS534"; + SaddleUnit = "SD511"; + Model = "C258"; + InputSlot = "Tray1"; + }; + +in +{ + options.services.malobeo.printing = { + enable = mkOption { + type = types.bool; + default = false; + description = "Setup malobeo printers"; + }; + }; + + config = mkIf (cfg.enable) { + services.printing.enable = true; + services.printing.drivers = [ + driverFile + ]; + + hardware.printers.ensurePrinters = [ { + name = "KonicaDefault"; + model = "konicaminoltac258.ppd"; + location = "Zine Workshop"; + deviceUri = "ipp://192.168.1.42/ipp"; + ppdOptions = defaultPpdOptions; + } + { + name = "KonicaBooklet"; + model = "konicaminoltac258.ppd"; + location = "Zine Workshop"; + deviceUri = "ipp://192.168.1.42/ipp"; + ppdOptions = defaultPpdOptions // { + Fold = "Stitch"; + Staple = "None"; + }; + } + ]; + }; +} diff --git a/outputs.nix b/outputs.nix index b7c2db6c..60d04c1c 100644 --- a/outputs.nix +++ b/outputs.nix @@ -117,6 +117,7 @@ in (utils.lib.eachSystem (builtins.filter filter_system utils.lib.defaultSystems disko.imports = [ ./machines/modules/disko ]; users.imports = [ ./machines/modules/malobeo/users.nix ]; backup.imports = [ ./machines/modules/malobeo/backup.nix ]; + printing.imports = [ ./machines/modules/malobeo/printing.nix ]; }; hydraJobs = nixpkgs.lib.mapAttrs (_: nixpkgs.lib.hydraJob) ( From c02f4cdfb36d4cda10e127b1ec24eb0422b087ac Mon Sep 17 00:00:00 2001 From: kalipso Date: Fri, 11 Apr 2025 17:07:49 +0200 Subject: [PATCH 05/13] [louise] enable printing module --- machines/louise/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/machines/louise/configuration.nix b/machines/louise/configuration.nix index d3bffc0c..4c99b3a6 100644 --- a/machines/louise/configuration.nix +++ b/machines/louise/configuration.nix @@ -9,6 +9,7 @@ ../modules/sshd.nix ../modules/minimal_tools.nix ../modules/autoupdate.nix + inputs.self.nixosModules.malobeo.printing ]; malobeo.autoUpdate = { @@ -50,9 +51,10 @@ }; services.printing.enable = true; + services.malobeo.printing.enable = true; + services.printing.drivers = [ (pkgs.writeTextDir "share/cups/model/brother5350.ppd" (builtins.readFile ../modules/BR5350_2_GPL.ppd)) - (pkgs.writeTextDir "share/cups/model/konicaminoltac258.ppd" (builtins.readFile ../modules/KOC658UX.ppd)) pkgs.gutenprint pkgs.gutenprintBin pkgs.brlaser From 783ec0da20279fcb5462ac22a308bebbf0e3a836 Mon Sep 17 00:00:00 2001 From: kalipso Date: Fri, 11 Apr 2025 17:24:31 +0200 Subject: [PATCH 06/13] [louise] fix missing inputs --- machines/louise/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/louise/configuration.nix b/machines/louise/configuration.nix index 4c99b3a6..bf1272f4 100644 --- a/machines/louise/configuration.nix +++ b/machines/louise/configuration.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, pkgs, inputs, ... }: { imports = From 01fb1bdaa854c4b9f813353580b436f2a4c3041e Mon Sep 17 00:00:00 2001 From: kalipso Date: Sat, 12 Apr 2025 02:31:58 +0200 Subject: [PATCH 07/13] [zineshop] enable printing --- machines/zineshop/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/machines/zineshop/configuration.nix b/machines/zineshop/configuration.nix index c8855697..aac419e4 100644 --- a/machines/zineshop/configuration.nix +++ b/machines/zineshop/configuration.nix @@ -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 ]; From c6b6720c42ac53c6651f82cf9af1ecc31c752fbb Mon Sep 17 00:00:00 2001 From: kalipso Date: Sat, 12 Apr 2025 02:38:59 +0200 Subject: [PATCH 08/13] [flake] update zineshop --- flake.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 540fbe5d..e745d9af 100644 --- a/flake.lock +++ b/flake.lock @@ -450,11 +450,11 @@ "utils": "utils_4" }, "locked": { - "lastModified": 1744407738, - "narHash": "sha256-dIFaDlezDfAdl9oE0L/3pXqQ5kxH9A3YbqpkQDbKbLE=", + "lastModified": 1744417522, + "narHash": "sha256-vB0U0OuLWmJimbyykNzoSttJqSo5sHOzMz1nFWuvUos=", "ref": "refs/heads/master", - "rev": "0b4439647aeb13b2f0f2cfb44a372b1d78db1387", - "revCount": 73, + "rev": "a8cb853c92dfde5c611641afb987309fe99f00bd", + "revCount": 74, "type": "git", "url": "https://git.dynamicdiscord.de/kalipso/zineshop" }, From fd51fc97fcbe9e6049d590ddea8b7028ea67e36c Mon Sep 17 00:00:00 2001 From: kalipso Date: Mon, 14 Apr 2025 10:57:45 +0200 Subject: [PATCH 09/13] [flake] update zineshop --- flake.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index e745d9af..aac9cc0a 100644 --- a/flake.lock +++ b/flake.lock @@ -450,11 +450,11 @@ "utils": "utils_4" }, "locked": { - "lastModified": 1744417522, - "narHash": "sha256-vB0U0OuLWmJimbyykNzoSttJqSo5sHOzMz1nFWuvUos=", + "lastModified": 1744587414, + "narHash": "sha256-hRv+SPdbDDJGOayefVGCZAvbai5CHPGqIhPLGvX9w3Q=", "ref": "refs/heads/master", - "rev": "a8cb853c92dfde5c611641afb987309fe99f00bd", - "revCount": 74, + "rev": "667c3eba131ef189a1f5372e626b8405d8e5db4e", + "revCount": 100, "type": "git", "url": "https://git.dynamicdiscord.de/kalipso/zineshop" }, From ae31ad99bb829357c4d35ddb11912e38990bb9c4 Mon Sep 17 00:00:00 2001 From: kalipso Date: Mon, 14 Apr 2025 11:00:02 +0200 Subject: [PATCH 10/13] [flake] update zineshop --- flake.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index aac9cc0a..ba40f9da 100644 --- a/flake.lock +++ b/flake.lock @@ -450,11 +450,11 @@ "utils": "utils_4" }, "locked": { - "lastModified": 1744587414, - "narHash": "sha256-hRv+SPdbDDJGOayefVGCZAvbai5CHPGqIhPLGvX9w3Q=", + "lastModified": 1744621162, + "narHash": "sha256-oPr1y7y1F8pIEM2X5zxHAacl0vKCw3ti0bEeuNalq4E=", "ref": "refs/heads/master", - "rev": "667c3eba131ef189a1f5372e626b8405d8e5db4e", - "revCount": 100, + "rev": "6130843aa741be65cb944d098536c76bfe903455", + "revCount": 101, "type": "git", "url": "https://git.dynamicdiscord.de/kalipso/zineshop" }, From 38b2fd0bcceeed8da7eb736ff3ecc25d0680fa3e Mon Sep 17 00:00:00 2001 From: kalipso Date: Mon, 14 Apr 2025 12:35:48 +0200 Subject: [PATCH 11/13] [zineshop] proxyforward with auth --- machines/durruti/host_config.nix | 11 +++++++++++ machines/fanny/configuration.nix | 13 +++++++++++++ machines/fanny/secrets.yaml | 8 +++++--- machines/vpn/configuration.nix | 9 +++++++++ 4 files changed, 38 insertions(+), 3 deletions(-) diff --git a/machines/durruti/host_config.nix b/machines/durruti/host_config.nix index 1dbc6569..c037a9da 100644 --- a/machines/durruti/host_config.nix +++ b/machines/durruti/host_config.nix @@ -73,6 +73,17 @@ in }; }; + + services.nginx.virtualHosts."shop.malobeo.org" = { + forceSSL = true; + enableACME= true; + locations."/" = { + proxyPass = "http://10.0.0.10"; + extraConfig = '' + ''; + }; + }; + services.nginx.virtualHosts."status.malobeo.org" = { forceSSL = true; enableACME= true; diff --git a/machines/fanny/configuration.nix b/machines/fanny/configuration.nix index 40faf294..0609d084 100644 --- a/machines/fanny/configuration.nix +++ b/machines/fanny/configuration.nix @@ -5,6 +5,7 @@ in { sops.defaultSopsFile = ./secrets.yaml; sops.secrets.wg_private = {}; + sops.secrets.shop_auth = {}; imports = [ # Include the results of the hardware scan. @@ -144,6 +145,18 @@ in ''; }; }; + + virtualHosts."shop.malobeo.org" = { + # created with: nix-shell --packages apacheHttpd --run 'htpasswd -B -c foo.txt malobeo' + # then content of foo.txt put into sops + basicAuthFile = config.sops.secrets.shop_auth.path; + locations."/" = { + proxyPass = "http://10.0.0.15:8080"; + extraConfig = '' + proxy_set_header Host $host; + ''; + }; + }; }; services.tor = { diff --git a/machines/fanny/secrets.yaml b/machines/fanny/secrets.yaml index 37dfc121..fba35acc 100644 --- a/machines/fanny/secrets.yaml +++ b/machines/fanny/secrets.yaml @@ -1,4 +1,6 @@ wg_private: ENC[AES256_GCM,data:kFuLzZz9lmtUccQUIYiXvJRf7WBg5iCq1xxCiI76J3TaIBELqgbEmUtPR4g=,iv:0S0uzX4OVxQCKDOl1zB6nDo8152oE7ymBWdVkPkKlro=,tag:gg1n1BsnjNPikMBNB60F5Q==,type:str] +shop_cleartext: ENC[AES256_GCM,data:sifpX/R6JCcNKgwN2M4Dbflgnfs5CqB8ez5fULPohuFS6k36BLemWzEk,iv:1lRYausj7V/53sfSO9UnJ2OC/Si94JXgIo81Ld74BE8=,tag:5osQU/67bvFeUGA90BSiIA==,type:str] +shop_auth: ENC[AES256_GCM,data:0NDIRjmGwlSFls12sCb5OlgyGTCHpPQIjycEJGhYlZsWKhEYXV2u3g1RHMkF8Ny913jarjf0BgwSq5pBD9rgPL9t8X8=,iv:3jgCv/Gg93Mhdm4eYzwF9QrK14QL2bcC4wwSajCA88o=,tag:h8dhMK46hABv9gYW4johkA==,type:str] sops: kms: [] gcp_kms: [] @@ -23,8 +25,8 @@ sops: QVZyNWVOMTh3ejBha21Qb2xCRkFERGMKH9nMQUoS5bGcLUx2T1dOmKd9jshttTrP SKFx7MXcjFRLKS2Ij12V8ftjL3Uod6be5zoMibkxK19KmXY/514Jww== -----END AGE ENCRYPTED FILE----- - lastmodified: "2025-01-14T12:41:07Z" - mac: ENC[AES256_GCM,data:RJ4Fa8MmX8u8S3zrD/SaywTC3d2IfHQPBDy3C9u4GuXJ/ruEChAB1kN8rqMPvkmET8UUgHIEp7RpbzMtg/FOmKYKYTTx5t//3/VozvAEZurhG/4mnN3r6uaZ0R9+wSjym8IyOKsJ7p4XrfE5tRdzNyU4EqfkEiyf+jO751uSnYI=,iv:eiTdmbcrpUvyDPFmGawxJs/ehmD7KqulaoB+nfpC6ko=,tag:+TKr53cFS3wbLXNgcbZfJQ==,type:str] + lastmodified: "2025-04-14T10:34:55Z" + mac: ENC[AES256_GCM,data:vcDXtTi0bpqhHnL6XanJo+6a8f5LAE628HazDVaNO34Ll3eRyhi95eYGXQDDkVk2WUn9NJ5oCMPltnU82bpLtskzTfQDuXHaPZJq5gtOuMH/bAKrY0dfShrdyx71LkA4AFlcI1P5hchpbyY1FK3iqe4D0miBv+Q8lCMgQMVrfxI=,iv:1lMzH899K0CnEtm16nyq8FL/aCkSYJVoj7HSKCyUnPg=,tag:mEbkmFNg5VZtSKqq80NrCw==,type:str] pgp: - created_at: "2025-02-11T18:32:49Z" enc: |- @@ -65,4 +67,4 @@ sops: -----END PGP MESSAGE----- fp: aef8d6c7e4761fc297cda833df13aebb1011b5d4 unencrypted_suffix: _unencrypted - version: 3.9.2 + version: 3.9.4 diff --git a/machines/vpn/configuration.nix b/machines/vpn/configuration.nix index 6caeed1d..6eb1d22d 100644 --- a/machines/vpn/configuration.nix +++ b/machines/vpn/configuration.nix @@ -66,6 +66,15 @@ with lib; ''; }; }; + + virtualHosts."shop.malobeo.org" = { + locations."/" = { + proxyPass = "http://10.100.0.101"; + extraConfig = '' + proxy_set_header Host $host; + ''; + }; + }; }; system.stateVersion = "22.11"; # Did you read the comment? From 5a87c7f0dc65444dfd67d8cfd240414f4feafb00 Mon Sep 17 00:00:00 2001 From: kalipso Date: Mon, 14 Apr 2025 12:36:50 +0200 Subject: [PATCH 12/13] [flake] update zineshop --- flake.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index ba40f9da..48c445ba 100644 --- a/flake.lock +++ b/flake.lock @@ -450,11 +450,11 @@ "utils": "utils_4" }, "locked": { - "lastModified": 1744621162, - "narHash": "sha256-oPr1y7y1F8pIEM2X5zxHAacl0vKCw3ti0bEeuNalq4E=", + "lastModified": 1744626173, + "narHash": "sha256-DSuLVFGvmMUoStIs5ar4CLE8eD2dlFPUmPC7CODauts=", "ref": "refs/heads/master", - "rev": "6130843aa741be65cb944d098536c76bfe903455", - "revCount": 101, + "rev": "19ce41aca7d92bc8e02f97e7bdbca7ac7ba64090", + "revCount": 103, "type": "git", "url": "https://git.dynamicdiscord.de/kalipso/zineshop" }, From ce6b83f52f4de191954e16a33a2e1dfe536efa4c Mon Sep 17 00:00:00 2001 From: kalipso Date: Mon, 14 Apr 2025 12:39:56 +0200 Subject: [PATCH 13/13] [fanny] add zineshop vm --- machines/fanny/configuration.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/machines/fanny/configuration.nix b/machines/fanny/configuration.nix index 0609d084..291acf30 100644 --- a/machines/fanny/configuration.nix +++ b/machines/fanny/configuration.nix @@ -94,7 +94,13 @@ in }; services.malobeo.microvm.enableHostBridge = true; - services.malobeo.microvm.deployHosts = [ "overwatch" "infradocs" "nextcloud" "durruti" ]; + services.malobeo.microvm.deployHosts = [ + "overwatch" + "infradocs" + "nextcloud" + "durruti" + "zineshop" + ]; networking = { nat = {