From 074d5edcbc991e653f79738d675c8358a684bb23 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 31 May 2026 14:07:48 +0200 Subject: modules/{disks,boot}: Prepare re-deploy of apzu This includes a separate partition of /nix, and a tails ISO as boot target. --- modules/by-name/bo/boot/iso_entry/signing_key.nix | 27 ----------------------- 1 file changed, 27 deletions(-) delete mode 100644 modules/by-name/bo/boot/iso_entry/signing_key.nix (limited to 'modules/by-name/bo/boot/iso_entry/signing_key.nix') diff --git a/modules/by-name/bo/boot/iso_entry/signing_key.nix b/modules/by-name/bo/boot/iso_entry/signing_key.nix deleted file mode 100644 index d9268d75..00000000 --- a/modules/by-name/bo/boot/iso_entry/signing_key.nix +++ /dev/null @@ -1,27 +0,0 @@ -# nixos-config - My current NixOS configuration -# -# Copyright (C) 2025 Benedikt Peetz -# SPDX-License-Identifier: GPL-3.0-or-later -# -# This file is part of my nixos-config. -# -# You should have received a copy of the License along with this program. -# If not, see . -{pkgs ? (builtins.getFlake "nixpkgs").legacyPackages."x86_64-linux"}: -pkgs.stdenv.mkDerivation { - name = "archlinux_signing_keys"; - - outputHash = "sha256-evGWzkxMaZw3rlixKsyWCS/ZvNuZ+OfXQb6sgiHz9XY="; - outputHashAlgo = "sha256"; - NIX_SSL_CERT_FILE = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"; - - nativeBuildInputs = with pkgs; [ - sequoia-sq - ]; - - dontUnpack = true; - - buildPhase = '' - sq --verbose --no-cert-store --no-key-store network wkd fetch pierre@archlinux.org --output "$out" - ''; -} -- cgit v1.3.1