work: Add livebook
This commit is contained in:
parent
fb2ccf201f
commit
6fc294669e
1 changed files with 11 additions and 0 deletions
|
@ -250,6 +250,7 @@ in
|
|||
nordzy-cursor-theme
|
||||
pamedia
|
||||
pass
|
||||
podman-desktop
|
||||
quintom-cursor-theme
|
||||
procs
|
||||
qgis
|
||||
|
@ -365,6 +366,16 @@ in
|
|||
};
|
||||
|
||||
services = {
|
||||
livebook = {
|
||||
enableUserService = true;
|
||||
environmentFile = pkgs.writeText "livebook-env" ''
|
||||
LIVEBOOK_TOKEN_ENABLED=false
|
||||
LIVEBOOK_IDENTITY_PROVIDER=tailscale:/run/tailscale/tailscaled.sock
|
||||
LIVEBOOK_AWS_CREDENTIALS=true
|
||||
'';
|
||||
address = "100.119.162.110";
|
||||
};
|
||||
|
||||
teamviewer.enable = true;
|
||||
|
||||
udev.packages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue