From f1e1809e8ef0474df9d1525f8122cf61dcb0c02e Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 30 Jun 2023 18:55:36 +0900 Subject: [PATCH] test --- laptop/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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