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" ];