diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-03-29 00:55:52 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-06-05 15:49:39 +0200 |
commit | 9399700cb5552c3c0a35e231b9a3a637c3f3578d (patch) | |
tree | beb73898b5df185adc05047a320c37d5493b5bbb /host/Spacebar-nginx/configuration.nix | |
parent | Initial commit (diff) | |
download | Spacebar-Open-Infrastructure-9399700cb5552c3c0a35e231b9a3a637c3f3578d.tar.xz |
Add postgres and synapse
Diffstat (limited to 'host/Spacebar-nginx/configuration.nix')
-rwxr-xr-x | host/Spacebar-nginx/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Spacebar-nginx/configuration.nix b/host/Spacebar-nginx/configuration.nix index 19b8dc0..21da3b4 100755 --- a/host/Spacebar-nginx/configuration.nix +++ b/host/Spacebar-nginx/configuration.nix @@ -3,7 +3,7 @@ { imports = [ - ../../modules/base-server.nix + ../../modules/base.nix ]; networking = { |