aboutsummaryrefslogtreecommitdiff
path: root/nixos/laptop
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/laptop')
-rw-r--r--nixos/laptop/configuration.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/nixos/laptop/configuration.nix b/nixos/laptop/configuration.nix
index 7d38479..ceed24e 100644
--- a/nixos/laptop/configuration.nix
+++ b/nixos/laptop/configuration.nix
@@ -17,8 +17,8 @@
time.timeZone = "Europe/Moscow";
networking.hostName = "ltrr-mini";
- virtualisation.libvirtd.enable = true;
- programs.virt-manager.enable = true;
+ # virtualisation.libvirtd.enable = true;
+ # programs.virt-manager.enable = true;
services.xserver = {
enable = false;
@@ -26,9 +26,9 @@
};
- environment.systemPackages = with pkgs; [
- qemu
- ];
+ # environment.systemPackages = with pkgs; [
+ # qemu
+ # ];
programs.adb.enable = true;
services.udev.packages = [