services/{nginx,postgres,synapse}: init
This commit is contained in:
parent
accf26c1ea
commit
3bea2397f5
5 changed files with 148 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue