]> Git — Sourcephile - sourcephile-nix.git/blob - network/mermet/configuration.nix
nix: revamp the hierarchy
[sourcephile-nix.git] / network / mermet / configuration.nix
1 # This is the root configuration of the target machine.
2 # Usable by nixos-install and used by nixops.
3 # It is NOT copied nor usable on the target,
4 # only the resulting closure is copied to the target.
5 { pkgs, lib, config, ... }:
6 {
7 nixpkgs.overlays = import ../../overlays.nix;
8 imports =
9 [ ../../nixos/defaults.nix
10 ./machine.nix
11 ./hosting.nix
12 ./system.nix
13 ];
14 }