From b0f910acf715155f288e20f709055fb3ff7cf13c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 17 Apr 2025 08:29:58 +0100 Subject: [PATCH] Add more tome paths --- .../hetznix/services/caddy/vhosts/www.oliverdavies.uk.nix | 7 ++++++- hosts/lemp11/configuration.nix | 2 -- hosts/t490/configuration.nix | 2 -- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/hosts/hetznix/services/caddy/vhosts/www.oliverdavies.uk.nix b/hosts/hetznix/services/caddy/vhosts/www.oliverdavies.uk.nix index aa6f10a1..9ed00809 100644 --- a/hosts/hetznix/services/caddy/vhosts/www.oliverdavies.uk.nix +++ b/hosts/hetznix/services/caddy/vhosts/www.oliverdavies.uk.nix @@ -13,7 +13,12 @@ extraConfig = let - tomePaths = [ "tome-test" ]; + tomePaths = [ + "core" + "sites/default/files" + "themes/custom/opdavies" + "tome-test" + ]; tomeConfig = builtins.concatStringsSep "\n\n" ( builtins.map (path: '' diff --git a/hosts/lemp11/configuration.nix b/hosts/lemp11/configuration.nix index 550ccc50..ea9bcc10 100644 --- a/hosts/lemp11/configuration.nix +++ b/hosts/lemp11/configuration.nix @@ -40,6 +40,4 @@ polkit.enable = true; rtkit.enable = true; }; - - zramSwap.enable = true; } diff --git a/hosts/t490/configuration.nix b/hosts/t490/configuration.nix index b7959b14..76ac3792 100644 --- a/hosts/t490/configuration.nix +++ b/hosts/t490/configuration.nix @@ -46,8 +46,6 @@ yt-dlp ]; - zramSwap.enable = true; - networking.hosts = { "192.168.1.116" = [ "nixedo" ]; };