diff options
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 691a311..e521aa6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -12,6 +12,8 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.extraModprobeConfig = "options kvm_intel nested=1"; + networking.hostName = "OwO"; networking.networkmanager.enable = true; @@ -105,6 +107,8 @@ spotify firefox + obs-studio + pavucontrol blueman brillo @@ -223,6 +227,7 @@ ]; virtualisation.libvirtd.enable = true; + programs.virt-manager.enable = true; programs.dconf.enable = true; programs.gnupg.agent = { |
