parent
31dc57bf2a
commit
886a2e47e1
|
@ -81,8 +81,6 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
security.acme.defaults.email = "me@xeiaso.net";
|
|
||||||
|
|
||||||
services.postgresql.enable = true;
|
services.postgresql.enable = true;
|
||||||
services.postgresql.initialScript = pkgs.writeText "synapse-init.sql" ''
|
services.postgresql.initialScript = pkgs.writeText "synapse-init.sql" ''
|
||||||
CREATE ROLE "matrix-synapse" WITH LOGIN PASSWORD 'synapse';
|
CREATE ROLE "matrix-synapse" WITH LOGIN PASSWORD 'synapse';
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
environment.systemPackages = with pkgs; [ nodejs-14_x ];
|
environment.systemPackages = with pkgs; [ nodejs-14_x ];
|
||||||
services.tailscale.port = 15428;
|
services.tailscale.port = 15428;
|
||||||
|
|
||||||
nix.settings.extra-sandbox-paths = [ "/var/cache/ccache" ];
|
nix.settings.extra-sandbox-paths = [ "/var/cache/ccache" "/home/cadey/code/cadey/keitai/keys" ];
|
||||||
|
|
||||||
networking.hostName = "kos-mos";
|
networking.hostName = "kos-mos";
|
||||||
networking.hostId = "472479d4";
|
networking.hostId = "472479d4";
|
||||||
|
|
Loading…
Reference in New Issue