From 67468ba6faeaab7cef477319852bb911e778cacd Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Thu, 1 May 2025 22:09:02 +0200 Subject: [PATCH] Fix kardorf using aspi config --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 377b59f..2649164 100644 --- a/flake.nix +++ b/flake.nix @@ -106,7 +106,7 @@ }; }; kardorf = lib.nixosSystem { - modules = [./hosts/pianonix]; + modules = [./hosts/kardorf]; specialArgs = { inherit inputs outputs; };