Prove
This commit is contained in:
parent
4300ddacb0
commit
b80563f0ed
10 changed files with 755 additions and 1 deletions
10
lxc-nix/parameters.nix
Normal file
10
lxc-nix/parameters.nix
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue