zaphod: Do some tweaks to work again

This commit is contained in:
The Hedgehog 2022-12-26 09:38:00 -05:00
parent bcd8045d81
commit f9cf0e7fcc
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
bluetooth = {
enable = true;
package = pkgs.bluez;
hsphfpd.enable = true;
hsphfpd.enable = false;
powerOnBoot = true;
};
brillo.enable = true;

View file

@ -49,8 +49,8 @@
];
virtualisation.virtualbox.host.enable = true;
virtualisation.virtualbox.host.enableExtensionPack = true;
virtualisation.virtualbox.guest.enable = true;
virtualisation.virtualbox.guest.x11 = true;
virtualisation.virtualbox.host.enableExtensionPack = false;
virtualisation.virtualbox.guest.enable = false;
virtualisation.virtualbox.guest.x11 = false;
users.extraGroups.vboxusers.members = [ "thehedgehog" ];
}