Merge branch 'main' of git.atlanticaweb.fr:alexandre/nixos-config
This commit is contained in:
commit
1c83e1e487
|
@ -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> {}) ];
|
||||
|
|
|
@ -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" ];
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
bat
|
||||
procs
|
||||
plocate
|
||||
exa
|
||||
lsd
|
||||
age
|
||||
];
|
||||
# Nix Garbage Collector
|
||||
|
|
Loading…
Reference in New Issue