ophanim: update options and re-enable tandoor

This commit is contained in:
Kevin Baensch 2025-07-15 21:46:10 +02:00
parent b4c9c18540
commit fc024e409d
Signed by: derped
GPG key ID: C0F1D326C7626543

View file

@ -1,12 +1,5 @@
{ _:
config,
lib,
...
}:
with lib;
let
cfg = config.machine;
in
{ {
config.machine = rec { config.machine = rec {
hostName = "Ophanim"; hostName = "Ophanim";
@ -53,7 +46,7 @@ in
"mariaDB" "mariaDB"
"nginx" "nginx"
"nvim" "nvim"
"nvim::cmp" "nvim::blink"
"nvim::fugitive" "nvim::fugitive"
"nvim::harpoon" "nvim::harpoon"
"nvim::kanagawa-nvim" "nvim::kanagawa-nvim"
@ -70,9 +63,8 @@ in
"nvim::undotree" "nvim::undotree"
"openssh" "openssh"
"radicale" "radicale"
"tandoor"
"tmux" "tmux"
# TODO: re-add sservices
# "tandoor"
# "tt-rss" # "tt-rss"
]; ];
vHosts = vHosts =
@ -96,10 +88,10 @@ in
domain = "git.${base}"; domain = "git.${base}";
service = "forgejo"; service = "forgejo";
} }
# { {
# domain = "food.${base}"; domain = "food.${base}";
# service = "tandoor"; service = "tandoor";
# } }
# { # {
# domain = "feed.${base}"; # domain = "feed.${base}";
# service = "tt-rss"; # service = "tt-rss";