From 52334330296b970a87399a56794b4f64f117d191 Mon Sep 17 00:00:00 2001 From: Vivian Date: Sat, 21 Dec 2024 12:52:38 +0100 Subject: [PATCH] disable books --- nixos/hosts/olympus/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/hosts/olympus/default.nix b/nixos/hosts/olympus/default.nix index 60820270..657e58e7 100644 --- a/nixos/hosts/olympus/default.nix +++ b/nixos/hosts/olympus/default.nix @@ -167,10 +167,10 @@ ip = "10.42.42.27"; mac = "9E:8A:6C:39:27:DE"; nix = false; - exposes.books = { - domain = "books.meowy.tech"; - port = 8001; - }; + # exposes.books = { + # domain = "books.meowy.tech"; + # port = 8001; + # }; }; "synapse" = { ip = "10.42.42.28";