This commit is contained in:
pazpi 2024-07-15 23:03:00 +02:00
parent 4300ddacb0
commit b80563f0ed
No known key found for this signature in database
GPG key ID: 0942571C4B9966BE
10 changed files with 755 additions and 1 deletions

10
lxc-nix/parameters.nix Normal file
View file

@ -0,0 +1,10 @@
{ ... }:
{
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
}