services/{nginx,postgres,synapse}: init

This commit is contained in:
LavaDesu 2022-02-13 21:06:56 +07:00
parent accf26c1ea
commit 3bea2397f5
Signed by: cilly
GPG key ID: 6500251E087653C9
5 changed files with 148 additions and 14 deletions

View file

@ -14,6 +14,11 @@ let
}) paths
);
in {
services = mkAttrsFromPaths [
./services/nginx.nix
./services/postgres.nix
./services/synapse.nix
];
system = mkAttrsFromPaths [
./system/audio.nix
./system/base.nix