# This is the configuration.nix # of the target machine in production. # Used by NixOps. # It is NOT copied nor usable on the target machine, # only the resulting closure is copied to the target machine. { pkgs, lib, config, ... }: let #inherit (builtins.extraBuiltins) pass pass-chomp; in { imports = [ ../../base/unbound.nix ../../defaults.nix ./debug.nix ./dovecot.nix ./fileSystems.nix ./gitolite.nix ./hardware.nix ./knot.nix ./networking.nix ./nginx.nix ./openldap.nix ./postfix.nix ./redis.nix ./rspamd.nix ./sanoid.nix ./shorewall.nix ./system.nix ./users.nix ]; deployment = { targetEnv = "none"; keys = { }; }; }