13 lines
161 B
Nix
13 lines
161 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./configuration.nix
|
|
./netbox.nix
|
|
./networking.nix
|
|
./nginx.nix
|
|
./postgresql.nix
|
|
./sops.nix
|
|
];
|
|
}
|