This commit is contained in:
parent
875d4a97ea
commit
de3e8a2a89
2 changed files with 2 additions and 2 deletions
|
@ -405,8 +405,8 @@ in
|
||||||
environmentFile = pkgs.writeText "livebook-env" ''
|
environmentFile = pkgs.writeText "livebook-env" ''
|
||||||
LIVEBOOK_TOKEN_ENABLED=false
|
LIVEBOOK_TOKEN_ENABLED=false
|
||||||
LIVEBOOK_IDENTITY_PROVIDER=tailscale:/run/tailscale/tailscaled.sock
|
LIVEBOOK_IDENTITY_PROVIDER=tailscale:/run/tailscale/tailscaled.sock
|
||||||
|
LIVEBOOK_IP=100.106.117.132
|
||||||
'';
|
'';
|
||||||
address = "100.106.117.132";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -375,8 +375,8 @@ in
|
||||||
LIVEBOOK_TOKEN_ENABLED=false
|
LIVEBOOK_TOKEN_ENABLED=false
|
||||||
LIVEBOOK_IDENTITY_PROVIDER=tailscale:/run/tailscale/tailscaled.sock
|
LIVEBOOK_IDENTITY_PROVIDER=tailscale:/run/tailscale/tailscaled.sock
|
||||||
LIVEBOOK_AWS_CREDENTIALS=true
|
LIVEBOOK_AWS_CREDENTIALS=true
|
||||||
|
LIVEBOOK_IP=100.119.162.110
|
||||||
'';
|
'';
|
||||||
address = "100.119.162.110";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
teamviewer.enable = true;
|
teamviewer.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue