]> Git — Sourcephile - sourcephile-nix.git/blob - servers/mermet/production.nix
gitolite: update
[sourcephile-nix.git] / servers / mermet / production.nix
1 # This is the configuration.nix
2 # of the target machine in production.
3 # Used by NixOps.
4 # It is NOT copied nor usable on the target machine,
5 # only the resulting closure is copied to the target machine.
6 { pkgs, lib, config, ... }:
7 let
8 #inherit (builtins.extraBuiltins) pass pass-chomp;
9 in
10 {
11 imports = [
12 ../../base/unbound.nix
13 ../../defaults.nix
14 ./debug.nix
15 ./dovecot.nix
16 ./fileSystems.nix
17 ./gitolite.nix
18 ./hardware.nix
19 ./knot.nix
20 ./networking.nix
21 ./nginx.nix
22 ./openldap.nix
23 ./postfix.nix
24 ./redis.nix
25 ./rspamd.nix
26 ./sanoid.nix
27 ./shorewall.nix
28 ./system.nix
29 ./users.nix
30 ];
31 }