sora: remove atuin server

This commit is contained in:
notohh 2024-02-13 19:16:37 -05:00
parent c549f149b3
commit ce4a8b23e5
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 0 additions and 15 deletions

View file

@ -1,14 +0,0 @@
{lib, ...}: {
networking.firewall.allowedTCPPorts = [8888];
services.atuin = {
enable = true;
openRegistration = false;
openFirewall = true;
host = "100.104.42.96";
port = 8888;
database = {
createLocally = lib.mkForce false;
uri = "postgres://atuin:atuin@100.94.214.100:5432/atuin";
};
};
}

View file

@ -8,7 +8,6 @@
./tailscale.nix ./tailscale.nix
./croc.nix ./croc.nix
./glances.nix ./glances.nix
./atuin.nix
### game servers ### game servers
# ./terraria.nix # ./terraria.nix