sora: init atuin server
This commit is contained in:
parent
1861347ce6
commit
b76acf3cbc
2 changed files with 16 additions and 1 deletions
14
hosts/sora/services/atuin.nix
Normal file
14
hosts/sora/services/atuin.nix
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{lib, ...}: {
|
||||||
|
networking.firewall.allowedTCPPorts = [8888];
|
||||||
|
services.atuin = {
|
||||||
|
enable = true;
|
||||||
|
openRegistration = true;
|
||||||
|
openFirewall = true;
|
||||||
|
host = "100.104.42.96";
|
||||||
|
port = 8888;
|
||||||
|
database = {
|
||||||
|
createLocally = lib.mkForce false;
|
||||||
|
uri = "postgres://atuin:atuin@100.94.214.100:5432/atuin";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
|
@ -8,9 +8,10 @@
|
||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
./croc.nix
|
./croc.nix
|
||||||
./glances.nix
|
./glances.nix
|
||||||
|
./atuin.nix
|
||||||
|
|
||||||
### game servers
|
### game servers
|
||||||
./terraria.nix
|
# ./terraria.nix
|
||||||
# ./factorio.nix
|
# ./factorio.nix
|
||||||
# ./minecraft.nix
|
# ./minecraft.nix
|
||||||
./foundryvtt.nix
|
./foundryvtt.nix
|
||||||
|
|
Loading…
Reference in a new issue