loki: Enable livebook

This commit is contained in:
Erwin Boskma 2023-12-06 08:34:55 +01:00
parent 82402b383e
commit e7b9844c4d
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -385,7 +385,18 @@ in
}; };
}; };
services.ddccontrol.enable = true; services = {
ddccontrol.enable = true;
livebook = {
enableUserService = true;
environmentFile = pkgs.writeText "livebook-env" ''
LIVEBOOK_TOKEN_ENABLED=false
LIVEBOOK_IDENTITY_PROVIDER=tailscale:/run/tailscale/tailscaled.sock
'';
address = "100.106.117.132";
};
};
users.groups.wireshark.members = [ "erwin" ]; users.groups.wireshark.members = [ "erwin" ];
}; };