nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit 04912d1d55bc2895c457e9ef54875d869904ae46
parent 3270e77c5532f56cdf381411e9c2b58f78a6248f
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Mon, 16 Mar 2026 19:20:32 +0000

Latest tagliatelle, not using a config file

Diffstat:
Mcommon/roles/tagliatelle.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/roles/tagliatelle.nix b/common/roles/tagliatelle.nix @@ -11,7 +11,7 @@ Type = "simple"; User = "${username}"; WorkingDirectory = "/home/${username}/vault/src/tagliatelle"; - ExecStart = "${pkgs.go}/bin/go run ."; + ExecStart = "${pkgs.go}/bin/go run . -d /tank/.x/tagliatelle -p 9816"; Restart = "on-failure"; RestartSec = "5s"; };