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 {
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";