loki: Enable livebook
This commit is contained in:
parent
82402b383e
commit
e7b9844c4d
1 changed files with 12 additions and 1 deletions
|
@ -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" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue