ADD appsmith

FIX exa to lsd
main
Alexandre LUCAZEAU 2022-11-08 20:27:38 +00:00
parent 7385ec4edb
commit 8ae37529d2
3 changed files with 4 additions and 3 deletions

View File

@ -9,6 +9,7 @@
../modules/navidrome.nix
../modules/transmission.nix
../modules/prometheus-node.nix
../docker/appsmith.nix
./agenix.nix
# <agenix/modules/age.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 <agenix/pkgs/agenix.nix> {}) ];

View File

@ -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" ];

View File

@ -14,7 +14,7 @@
bat
procs
plocate
exa
lsd
age
];
# Nix Garbage Collector