11 lines
151 B
Nix
11 lines
151 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./configuration.nix
|
||
|
./hardware-configuration.nix
|
||
|
./postgresql.nix
|
||
|
./matrix-synapse.nix
|
||
|
./nginx.nix
|
||
|
];
|
||
|
}
|