From ba1007a4cc96bb28cfe84f3fb9d385cfe04b3966 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 25 Feb 2025 18:28:43 +0300 Subject: [PATCH] remove unnecessary part --- flake.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/flake.nix b/flake.nix index 5214f9f..7bc53a5 100644 --- a/flake.nix +++ b/flake.nix @@ -69,13 +69,7 @@ harmonica = nixpkgs.lib.nixosSystem { modules = [ "${nixpkgs}/nixos/modules/installer/sd-card/sd-image-aarch64.nix" - ./hosts/harmonica/configuration.nix - { - environment.systemPackages = [ - agenix.packages.aarch64-linux.default - ]; - } ]; }; pochita = nixpkgs.lib.nixosSystem {