nix/lxc-nix/parameters.nix
2024-08-16 18:21:31 +02:00

10 lines
343 B
Nix

{ ... }:
{
containerName = "nixos-test"; # Name of the container, used for nginx virtualhost and for tailscale machine name
timeZone = "Europe/Rome"; # TimeZone
downloadDir = "/data"; # Main download folder
tailscaleAuthKey = "tskey-auth-kmgDY87CNTRL-urQA7eRn235t8Sjs6hW3259wJHE63Kvd";
tailscaleExitNodeIP = "100.81.1.32"; # vps
}