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 {
|
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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue