From fc024e409d66135a2954ce4a5614c01122378a8f Mon Sep 17 00:00:00 2001 From: derped Date: Tue, 15 Jul 2025 21:46:10 +0200 Subject: [PATCH] ophanim: update options and re-enable tandoor --- machines/Ophanim/options.nix | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/machines/Ophanim/options.nix b/machines/Ophanim/options.nix index 4f97612..f0eca75 100644 --- a/machines/Ophanim/options.nix +++ b/machines/Ophanim/options.nix @@ -1,12 +1,5 @@ -{ - config, - lib, - ... -}: -with lib; -let - cfg = config.machine; -in +_: + { config.machine = rec { hostName = "Ophanim"; @@ -53,7 +46,7 @@ in "mariaDB" "nginx" "nvim" - "nvim::cmp" + "nvim::blink" "nvim::fugitive" "nvim::harpoon" "nvim::kanagawa-nvim" @@ -70,9 +63,8 @@ in "nvim::undotree" "openssh" "radicale" + "tandoor" "tmux" - # TODO: re-add sservices - # "tandoor" # "tt-rss" ]; vHosts = @@ -96,10 +88,10 @@ in domain = "git.${base}"; service = "forgejo"; } - # { - # domain = "food.${base}"; - # service = "tandoor"; - # } + { + domain = "food.${base}"; + service = "tandoor"; + } # { # domain = "feed.${base}"; # service = "tt-rss";