From 67ddf074edec7631067c5f634c3e56e0848cd11f Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 30 Jan 2019 17:20:43 -0800 Subject: Build production machine locally --- nixos.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 nixos.nix (limited to 'nixos.nix') diff --git a/nixos.nix b/nixos.nix new file mode 100644 index 0000000..cc76470 --- /dev/null +++ b/nixos.nix @@ -0,0 +1,16 @@ +# Nix config for the main biz machine. + +let + nixpkgs = fetchGit (import ./pkgs.nix); +in +import "${nixpkgs}/nixos" { + system = "x86_64-linux"; + configuration = { + imports = [ + ./hardware-configuration.nix + ./networking.nix + ./configuration.nix + ./ibb/module.nix + ]; + }; +} -- cgit v1.2.3