Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-10-06 20:58:52 +00:00
parent 31dc57bf2a
commit 886a2e47e1
2 changed files with 1 additions and 3 deletions

View File

@ -81,8 +81,6 @@ in {
};
};
security.acme.defaults.email = "me@xeiaso.net";
services.postgresql.enable = true;
services.postgresql.initialScript = pkgs.writeText "synapse-init.sql" ''
CREATE ROLE "matrix-synapse" WITH LOGIN PASSWORD 'synapse';

View File

@ -7,7 +7,7 @@
environment.systemPackages = with pkgs; [ nodejs-14_x ];
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.hostId = "472479d4";