syncthing+nx2site(trying)

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-08-26 21:37:36 +02:00
parent 5d1d2c49e5
commit 4eead91953
6 changed files with 48 additions and 22 deletions

View File

@@ -1,7 +1,8 @@
{ config, pkgs, lib, user, host, ... }:
lib.mkIf false
# lib.mkIf (host == "NxACE")
((import ./nx2site/proxy.nix { inherit config pkgs lib user; }) //
# lib.mkIf false
lib.mkIf (host == "NxACE")
# ((import ./nx2site/proxy.nix { inherit config pkgs lib user; }) //
(
{
sops.secrets = {
"nx2site/namecheap.pw" = { };
@@ -115,5 +116,6 @@ lib.mkIf false
"172.1.8.1" = [ "llm.docker" ];
# "172.1.9.1" = [ "proxy.docker" ];
"172.1.10.1" = [ "share.docker" ];
"172.1.11.1" = [ "odq.docker" ];
};
})