From 8a0a3c345b021e660cd2989baa3840058ead250b Mon Sep 17 00:00:00 2001 From: Julian Sutter Date: Mon, 23 Jan 2023 02:25:19 +0000 Subject: [PATCH] Update flake.nix --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a0a5120..cb4a4df 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,9 @@ nixosConfigurations = { framework = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; - modules = [ ./configuration.nix ]; + modules = [ ./systems/common.nix + ./systems/hw-framework.nix + ./user-jsutter.nix ]; }; aurora = nixpkgs.lib.nixosSystem { system = "x86_64-linux";