diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-08-18 03:15:20 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-08-18 03:15:20 +0200 |
commit | 99d64d62612b8c52a0080fca21c4166cb3a8defc (patch) | |
tree | 18588754df71a3488e18cdf49889b2fe9fd6693b /host/Rory-nginx/software.nix | |
parent | Fix flake (diff) | |
download | Rory-Open-Architecture-99d64d62612b8c52a0080fca21c4166cb3a8defc.tar.xz |
Fix flake
Diffstat (limited to '')
-rwxr-xr-x | host/Rory-nginx/software.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/Rory-nginx/software.nix b/host/Rory-nginx/software.nix index 56b09f4..68a629e 100755 --- a/host/Rory-nginx/software.nix +++ b/host/Rory-nginx/software.nix @@ -4,6 +4,9 @@ imports = [ ../../modules/base-server.nix + ./services/nginx.nix + ./services/postgres.nix + ./services/matrix/root.nix.nix #../../modules/packages/gitfs.nix ]; |