mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Updated system (removed virtualbox since couldn't build)
This commit is contained in:
parent
cab9590305
commit
47c7854577
2 changed files with 19 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ virt-manager virtualbox distrobox ];
|
||||
environment.systemPackages = with pkgs; [ virt-manager distrobox ];
|
||||
virtualisation.libvirtd = {
|
||||
allowedBridges = [
|
||||
"nm-bridge"
|
||||
|
@ -10,5 +10,4 @@
|
|||
enable = true;
|
||||
qemu.runAsRoot = false;
|
||||
};
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [ virtualbox ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue