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