diff --git a/hosts/sora/services/atuin.nix b/hosts/sora/services/atuin.nix deleted file mode 100644 index 4c30957..0000000 --- a/hosts/sora/services/atuin.nix +++ /dev/null @@ -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"; - }; - }; -} diff --git a/hosts/sora/services/default.nix b/hosts/sora/services/default.nix index e97e835..2816151 100644 --- a/hosts/sora/services/default.nix +++ b/hosts/sora/services/default.nix @@ -8,7 +8,6 @@ ./tailscale.nix ./croc.nix ./glances.nix - ./atuin.nix ### game servers # ./terraria.nix