Compare commits
4 commits
a5bb666a6b
...
e438ea4069
Author | SHA1 | Date | |
---|---|---|---|
e438ea4069 | |||
f0739c942b | |||
be5b28c62d | |||
baccef6f12 |
1 changed files with 7 additions and 7 deletions
|
@ -81,7 +81,6 @@ in {
|
|||
services.printing.enable = true;
|
||||
|
||||
# Enable sound with pipewire.
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
|
@ -295,6 +294,7 @@ 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue