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