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";