diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-27 13:34:32 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-27 13:34:32 +0530 | 
| commit | cb3d8f21b6a6d606657166bff5b67dc3818cccbe (patch) | |
| tree | 1719f2945f0a57f39db19e2080ac181f63dc4d1e /configuration.nix | |
| parent | 05f9bc5afd5ac5f671f1dcd3d20774b0987545ec (diff) | |
modify
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 = {  | 
