chore(sterni/machines/ingeborg): remove gopher related configs
The gopher server has been disabled for a while and I'm probably not going to revive it any time soon (though I should fix some stuff on spacecookie soon-ish…). Change-Id: I6ef6bbfc013f9924e2d2b7ba116285a32406e5a7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12901 Reviewed-by: sterni <sternenseemann@systemli.org> Autosubmit: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI
This commit is contained in:
parent
00f36f20e6
commit
19eafa3b9b
3 changed files with 0 additions and 28 deletions
|
@ -1,8 +0,0 @@
|
|||
{ depot, ... }:
|
||||
|
||||
depot.users.sterni.nix.build.gopherHole {
|
||||
name = "gopher-sterni.lv";
|
||||
dir = [
|
||||
"🚧 closed for construction 🚧"
|
||||
];
|
||||
}
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
# Inactive:
|
||||
# ./http/likely-music.sterni.lv.nix
|
||||
# ./gopher.nix
|
||||
|
||||
# TODO(sterni): fail2ban
|
||||
# TODO(sterni): automatic backups for full recovery
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
{ depot, ... }:
|
||||
|
||||
{
|
||||
config = {
|
||||
services.spacecookie = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
settings = {
|
||||
hostname = "sterni.lv";
|
||||
root = depot.users.sterni.lv.gopher;
|
||||
log = {
|
||||
enable = true;
|
||||
hide-ips = true;
|
||||
hide-time = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue