This commit is contained in:
2026-07-14 19:30:46 -03:00
parent c815e6286b
commit 8f2e965245
4 changed files with 12 additions and 33 deletions
-1
View File
@@ -171,7 +171,6 @@
};
};
postgresql.enable = true;
redis.servers."".enable = true; # valkey/redis
syncthing = {
enable = true;
user = "jpporta";
+11 -4
View File
@@ -1,7 +1,8 @@
{ config
, pkgs
, lib
, ...
{
config,
pkgs,
lib,
...
}:
let
@@ -157,11 +158,17 @@ in
user = "jpporta";
serverAliveInterval = 30;
};
"pc-ts" = {
hostname = "jpporta-nixos";
user = "jpporta";
serverAliveInterval = 30;
};
};
};
};
services.syncthing.enable = true;
services.tailscale.enable = true;
home.sessionVariables.TERMINAL = "foot";
}