diff --git a/laptop/flake.nix b/laptop/flake.nix index 70de4f16..a90ca723 100644 --- a/laptop/flake.nix +++ b/laptop/flake.nix @@ -9,7 +9,7 @@ # replace 'joes-desktop' with your hostname here. nixosConfigurations.nixos-p1 = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; - modules = [ ./configuration.nix ]; + # modules = [ ./configuration.nix ]; }; }; } \ No newline at end of file