From e817ed82f920502c79dc449859e5d5bbe25a8618 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Thu, 13 Jul 2023 18:20:21 +0200 Subject: [PATCH] remove clevis --- hosts/nb-epicenter/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nb-epicenter/configuration.nix b/hosts/nb-epicenter/configuration.nix index 34752b8..5e4e092 100644 --- a/hosts/nb-epicenter/configuration.nix +++ b/hosts/nb-epicenter/configuration.nix @@ -30,7 +30,7 @@ nixpkgs.overlays = [ (import ./utils/overlays/packages.nix) ]; # security.sudo.wheelNeedsPassword = false; - services.clevis.uuid = "7435d48f-f942-485b-9817-328ad3fc0b93"; + # services.clevis.uuid = "7435d48f-f942-485b-9817-328ad3fc0b93"; # nixos cross building qemu boot.binfmt.emulatedSystems = [ "aarch64-linux" ];