diff --git a/flake.nix b/flake.nix index e9e0d8a..635ae58 100644 --- a/flake.nix +++ b/flake.nix @@ -65,10 +65,10 @@ outputs = { self, nixpkgs, chaotic, nur, home-manager, disko, ... }@inputs: let system = "x86_64-linux"; - specialArgs = { inherit inputs; }; in { nixosConfigurations = { nyx = nixpkgs.lib.nixosSystem { + specialArgs = { inherit inputs; }; modules = [ ./hosts/nyx/configuration.nix inputs.home-manager.nixosModules.default