Merge branch 'main' of git.atlanticaweb.fr:alexandre/nixos-config

main
Alexandre LUCAZEAU 2022-11-23 21:14:48 +01:00
commit 1c83e1e487
No known key found for this signature in database
GPG Key ID: 3C8ADB07A8217BD3
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