diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-31 14:07:48 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-31 14:07:48 +0200 |
| commit | 074d5edcbc991e653f79738d675c8358a684bb23 (patch) | |
| tree | c305d8e863becceb2150916bf28743aa85d98e49 /modules/by-name/bo/boot/iso_entry/signing_key.nix | |
| parent | modules/legacy/gtk: Re-enable the nordic theme (diff) | |
| download | nixos-config-074d5edcbc991e653f79738d675c8358a684bb23.zip | |
modules/{disks,boot}: Prepare re-deploy of apzu
This includes a separate partition of /nix, and a tails ISO as boot
target.
Diffstat (limited to 'modules/by-name/bo/boot/iso_entry/signing_key.nix')
| -rw-r--r-- | modules/by-name/bo/boot/iso_entry/signing_key.nix | 27 |
1 files changed, 0 insertions, 27 deletions
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 <benedikt.peetz@b-peetz.de> -# 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 <https://www.gnu.org/licenses/gpl-3.0.txt>. -{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" - ''; -} |
