Compare commits

..

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

View file

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