A few tweaks to try TPM improvement
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
(mumble.override { pulseSupport = true; })
|
||||
#logseq
|
||||
];
|
||||
greg = {
|
||||
development = true;
|
||||
gui = true;
|
||||
@@ -13,5 +9,16 @@
|
||||
vscodium = true;
|
||||
};
|
||||
|
||||
home = {
|
||||
file.".config/libvirt/qemu.conf".text = ''
|
||||
nvram = [ "/run/libvirt/nix-ovmf/OVMF_CODE.fd:/run/libvirt/nix-ovmf/OVMF_VARS.fd" ]
|
||||
'';
|
||||
|
||||
packages = with pkgs; [
|
||||
(mumble.override { pulseSupport = true; })
|
||||
#logseq
|
||||
];
|
||||
};
|
||||
|
||||
programs.xonsh.sessionVariables.EFI_DIR = "${pkgs.OVMF.fd}/FV/";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user