Compare commits

...

2 commits

Author SHA1 Message Date
0786f2ba87
chatterino7: bump version 2024-02-13 19:16:49 -05:00
ce4a8b23e5
sora: remove atuin server 2024-02-13 19:16:37 -05:00
3 changed files with 2 additions and 17 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

View file

@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "SevenTV"; owner = "SevenTV";
repo = pname; repo = pname;
rev = "7eef663cc3e1e863011b6d0eb377e64f9478b673"; rev = "1132751f4ba4ae7306e0defd01fbaa467bbdb528";
sha256 = "sha256-5Zvjf2nohKK/ykF2VFYVjsPpgj7/xWyL2fa/L1iphbk="; sha256 = "sha256-/b1+4v09nDiATJlziedY/1S6Zq1iq45PPh37cwxznMQ=";
fetchSubmodules = true; fetchSubmodules = true;
}; };