ophanim: update options and re-enable tandoor
This commit is contained in:
parent
b4c9c18540
commit
fc024e409d
1 changed files with 8 additions and 16 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue