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
|
nordzy-cursor-theme
|
||||||
pamedia
|
pamedia
|
||||||
pass
|
pass
|
||||||
|
podman-desktop
|
||||||
quintom-cursor-theme
|
quintom-cursor-theme
|
||||||
procs
|
procs
|
||||||
qgis
|
qgis
|
||||||
|
@ -365,6 +366,16 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
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;
|
teamviewer.enable = true;
|
||||||
|
|
||||||
udev.packages = with pkgs; [
|
udev.packages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue