Compare commits
No commits in common. "840fca4b9cb38d5aedea1c735ef7a8976f265729" and "73b4637740e577d3a19f077b2d23e36d9b5b15cb" have entirely different histories.
840fca4b9c
...
73b4637740
@ -61,8 +61,6 @@
|
|||||||
lftp
|
lftp
|
||||||
nix-prefetch-scripts
|
nix-prefetch-scripts
|
||||||
smartmontools
|
smartmontools
|
||||||
htop
|
|
||||||
telnet
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
@ -10,13 +10,6 @@ let
|
|||||||
pgmanage_port = 52347;
|
pgmanage_port = 52347;
|
||||||
max_port = 52348;
|
max_port = 52348;
|
||||||
musique_port = 52349;
|
musique_port = 52349;
|
||||||
|
|
||||||
ekleog_matrix_0_33 = pkgs.fetchgit {
|
|
||||||
url = "https://github.com/Ekleog/nixpkgs.git";
|
|
||||||
rev = "fe1fa933d168faec56767a9bd1daa0d47070bdf0";
|
|
||||||
sha256 = "02nlcs46ijjkwl8i521555gpd0w2if87p9bmdn2s5g728pz8mh27";
|
|
||||||
};
|
|
||||||
ekleog_matrix_0_33_pkgs = import ekleog_matrix_0_33 {};
|
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
@ -28,8 +21,6 @@ in
|
|||||||
../../services/site-max.nix
|
../../services/site-max.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
services.fail2ban.enable = true;
|
|
||||||
|
|
||||||
services.smartd.enable = true;
|
services.smartd.enable = true;
|
||||||
services.smartd.notifications.mail.enable = true;
|
services.smartd.notifications.mail.enable = true;
|
||||||
services.smartd.notifications.mail.recipient = "paul@nyanlout.re";
|
services.smartd.notifications.mail.recipient = "paul@nyanlout.re";
|
||||||
@ -177,7 +168,6 @@ in
|
|||||||
services.postgresql.enable = true;
|
services.postgresql.enable = true;
|
||||||
services.matrix-synapse = {
|
services.matrix-synapse = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = ekleog_matrix_0_33_pkgs.matrix-synapse;
|
|
||||||
enable_registration = true;
|
enable_registration = true;
|
||||||
server_name = "nyanlout.re";
|
server_name = "nyanlout.re";
|
||||||
listeners = [
|
listeners = [
|
||||||
@ -237,11 +227,6 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.matrix-synapse.serviceConfig = {
|
|
||||||
MemoryHigh = "3G";
|
|
||||||
MemoryMax = "4G";
|
|
||||||
};
|
|
||||||
|
|
||||||
services.pgmanage.enable = true;
|
services.pgmanage.enable = true;
|
||||||
services.pgmanage.port = pgmanage_port;
|
services.pgmanage.port = pgmanage_port;
|
||||||
services.pgmanage.connections = {
|
services.pgmanage.connections = {
|
||||||
|
Loading…
Reference in New Issue
Block a user