From 13b630f31bf2bba22eb81531efae78cc334b76d3 Mon Sep 17 00:00:00 2001 From: tzlil Date: Thu, 20 Jul 2023 16:16:58 +0300 Subject: uhh a bunch of crap idk terraria --- hosts/laptop/cfg.nix | 6 ++++++ hosts/vps/cfg.nix | 17 +++++++++++++++++ 2 files changed, 23 insertions(+) (limited to 'hosts') diff --git a/hosts/laptop/cfg.nix b/hosts/laptop/cfg.nix index 4e2f843..ab372c2 100644 --- a/hosts/laptop/cfg.nix +++ b/hosts/laptop/cfg.nix @@ -107,6 +107,12 @@ user = "tzlil"; group = "users"; } + { + directory = "/home/tzlil/.local/share/Terraria"; + user = "tzlil"; + group = "users"; + } + { directory = "/home/tzlil/.local/share/Steam"; user = "tzlil"; diff --git a/hosts/vps/cfg.nix b/hosts/vps/cfg.nix index 2ec6cd4..7fc5f86 100644 --- a/hosts/vps/cfg.nix +++ b/hosts/vps/cfg.nix @@ -70,5 +70,22 @@ }; networking.networkmanager.enable = lib.mkForce false; + + + nixpkgs.config.allowUnfree = true; + environment.persistence."/nix/persist".directories = [ + { + directory = config.services.terraria.dataDir; + user = "terraria"; + group = "terraria"; + } + ]; + + services.terraria = { + enable = true; + worldPath = "${config.services.terraria.dataDir}/14.wld"; + password = "???"; + openFirewall = true; + }; }; } -- cgit 1.4.1