2 files changed, 4 insertions, 4 deletions
diff --git a/host/Rory-nginx/configuration.nix b/host/Rory-nginx/configuration.nix
index 428c6e6..30eb4bb 100755
--- a/host/Rory-nginx/configuration.nix
+++ b/host/Rory-nginx/configuration.nix
@@ -7,7 +7,10 @@
../../modules/users/levi.nix
../../modules/users/db2k.nix
- ./software.nix
+ ./services/nginx.nix
+ ./services/postgres.nix
+ ./services/matrix/root.nix
+ ./services/nginx.nix
];
users.groups.ocp = {};
networking = {
diff --git a/host/Rory-nginx/software.nix b/host/Rory-nginx/services/nginx.nix
index 68a629e..56b09f4 100755
--- a/host/Rory-nginx/software.nix
+++ b/host/Rory-nginx/services/nginx.nix
@@ -4,9 +4,6 @@
imports =
[
../../modules/base-server.nix
- ./services/nginx.nix
- ./services/postgres.nix
- ./services/matrix/root.nix.nix
#../../modules/packages/gitfs.nix
];
|