From f3e74cc8ef6fb944cd6e203ca25ea2cea65b778c Mon Sep 17 00:00:00 2001 From: spl3g Date: Tue, 23 Jan 2024 23:43:25 +0300 Subject: clean up --- nixos/laptop/configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'nixos/laptop/configuration.nix') 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 = [ -- cgit v1.2.3