diff options
| author | spl3g <spleefer6@yandex.ru> | 2024-01-23 23:43:25 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:56:39 +0300 |
| commit | f3e74cc8ef6fb944cd6e203ca25ea2cea65b778c (patch) | |
| tree | a1eecf72bb065c919eb8a23f9f03723b0f588ccb /nixos/laptop | |
| parent | 0391e12ffbf18edba79e76a299f7f84cabbe762b (diff) | |
clean up
Diffstat (limited to 'nixos/laptop')
| -rw-r--r-- | nixos/laptop/configuration.nix | 10 |
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 = [ |
