# This is the root configuration of the target machine. # Usable by nixos-install and used by nixops. # It is NOT copied nor usable on the target, # only the resulting closure is copied to the target. { pkgs, lib, config, ... }: { nixpkgs.overlays = import ../../overlays.nix; imports = [ ../../nixos/defaults.nix ./machine.nix ./hosting.nix ./system.nix ]; }