mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
vira: ssh opts
This commit is contained in:
parent
bcfd7d5e04
commit
565b561fc1
1 changed files with 3 additions and 1 deletions
|
|
@ -15,6 +15,9 @@ in
|
|||
nix.settings.trusted-users = [ "srid" ]; # For cache?
|
||||
|
||||
services.vira = {
|
||||
systemd.environment = {
|
||||
NIX_SSHOPTS = "-o ConnectTimeout=10 -o ServerAliveInterval=60";
|
||||
};
|
||||
enable = true;
|
||||
port = 5001;
|
||||
hostname = "0.0.0.0";
|
||||
|
|
@ -39,7 +42,6 @@ in
|
|||
emanote = "https://github.com/srid/emanote.git";
|
||||
ema = "https://github.com/srid/ema.git";
|
||||
srid = "https://github.com/srid/srid.git";
|
||||
vertex = "https://github.com/juspay/vertex.git";
|
||||
landrun-nix = "https://github.com/srid/landrun-nix.git";
|
||||
# Just to test heavy weight stuff
|
||||
# superposition = "https://github.com/juspay/superposition.git";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue