Fix breakage after switching back from git to unstable channel.
This commit is contained in:
parent
bf80718916
commit
627a45c070
3 changed files with 6 additions and 10 deletions
|
@ -8,9 +8,9 @@ in {
|
|||
boot = {
|
||||
loader.systemd-boot = {
|
||||
enable = true;
|
||||
signed = true;
|
||||
signing-key = "${cfg.secretPath}/secureboot/db.key";
|
||||
signing-certificate = "${cfg.secretPath}/secureboot/db.crt";
|
||||
# signed = true;
|
||||
# signing-key = "${cfg.secretPath}/secureboot/db.key";
|
||||
# signing-certificate = "${cfg.secretPath}/secureboot/db.crt";
|
||||
};
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
tmpOnTmpfs = true;
|
||||
|
@ -44,9 +44,9 @@ in {
|
|||
ksm.enable = true;
|
||||
opengl = {
|
||||
driSupport = true;
|
||||
extraPackages = with pkgs; [ intel-media-driver libvdpau-va-gl vaapiIntel vaapiVdpau intel-media-driver ];
|
||||
extraPackages = with pkgs; [ intel-media-driver libvdpau-va-gl libva vaapiIntel vaapiVdpau intel-media-driver ];
|
||||
driSupport32Bit = true;
|
||||
extraPackages32 = with pkgs.pkgsi686Linux; [ libvdpau-va-gl vaapiIntel vaapiVdpau ];
|
||||
extraPackages32 = with pkgs.pkgsi686Linux; [ libvdpau-va-gl libva vaapiIntel vaapiVdpau ];
|
||||
};
|
||||
|
||||
pulseaudio = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue