loki: add tailscale
This commit is contained in:
parent
5ff54ec5e9
commit
b5f212ae08
1 changed files with 3 additions and 0 deletions
|
@ -236,6 +236,7 @@
|
|||
|
||||
services.envfs.enable = true;
|
||||
services.cpupower-gui.enable = true;
|
||||
services.tailscale.enable = true;
|
||||
|
||||
services.sunshine = {
|
||||
enable = true;
|
||||
|
@ -257,6 +258,8 @@
|
|||
statdPort = 4100;
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.tailscale ];
|
||||
|
||||
sops.defaultSopsFile = ./secrets.yaml;
|
||||
sops.secrets = {
|
||||
ha_now_playing_token = {
|
||||
|
|
Loading…
Reference in a new issue