Compare commits

..

No commits in common. "e438ea406988a859e3fe7715b6091bb112cc76fd" and "a5bb666a6b8cfba96326ab47a9eee2dc7ce383f3" have entirely different histories.

View file

@ -81,6 +81,7 @@ in {
services.printing.enable = true;
# Enable sound with pipewire.
sound.enable = true;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
@ -294,7 +295,6 @@ in {
nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [
"electron-28.3.3"
"electron-27.3.11"
];
# List packages installed in system profile. To search, run:
@ -348,12 +348,12 @@ in {
csdWrapper = "${pkgs.openconnect}/libexec/openconnect/hipreport.sh";
};
# virtualisation.virtualbox.host = {
# enable = true;
# enableKvm = true;
# enableHardening = false; # Incompatible with KVM
# addNetworkInterface = false; # Incompatible with KVM
# };
virtualisation.virtualbox.host = {
enable = true;
enableKvm = true;
enableHardening = false; # Incompatible with KVM
addNetworkInterface = false; # Incompatible with KVM
};
virtualisation.libvirtd.enable = true;
# Open ports in the firewall.