diff --git a/hosts/next/configuration.nix b/hosts/next/configuration.nix index 87bccd1..d2df394 100644 --- a/hosts/next/configuration.nix +++ b/hosts/next/configuration.nix @@ -9,6 +9,7 @@ ../modules/navidrome.nix ../modules/transmission.nix ../modules/prometheus-node.nix + ../docker/appsmith.nix ./agenix.nix # ]; @@ -22,7 +23,7 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKUA1RW6JwZasspAp8qmFRFnlV5WXjhLfStAAkM+KYLv lucazeau.alexandre@gmail.com" ]; - networking.firewall.allowedTCPPorts = [ 80 443 22 9002 4533]; + networking.firewall.allowedTCPPorts = [ 80 443 22 9002 4533 5050]; services.qemuGuest.enable = true; # environment.systemPackages = [ (pkgs.callPackage {}) ]; diff --git a/hosts/next/databases.nix b/hosts/next/databases.nix index 0a50f4e..ff7a150 100644 --- a/hosts/next/databases.nix +++ b/hosts/next/databases.nix @@ -6,7 +6,7 @@ networking.firewall.allowedTCPPorts = [ 5432 5050 ]; services.postgresql = { enable = true; enableTCPIP = true; - authentication = "host all all 192.168.0.0/16 trust"; + authentication = "host all all 192.168.0.0/16 trust \nhost all all 10.88.0.0/16 trust"; # Ensure the database, user, and permissions always exist ensureDatabases = [ "pizzajoffredb" ]; diff --git a/modules/common.nix b/modules/common.nix index 5d3df66..97cb5cb 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -14,7 +14,7 @@ bat procs plocate - exa + lsd age ]; # Nix Garbage Collector