mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
vira: via tailscale
This commit is contained in:
parent
23c87334dc
commit
c79d41f81f
1 changed files with 2 additions and 2 deletions
|
|
@ -14,9 +14,9 @@ in
|
|||
|
||||
services.vira = {
|
||||
enable = true;
|
||||
hostname = "0.0.0.0";
|
||||
port = 5001;
|
||||
https = true;
|
||||
hostname = "127.0.0.1";
|
||||
https = false; # Using tailscale services
|
||||
autoResetState = true;
|
||||
package = inputs.vira.packages.${pkgs.system}.default;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue