aboutsummaryrefslogtreecommitdiff
path: root/nixos/laptop/configuration.nix
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2024-01-23 23:43:25 +0300
committerspl3g <spleefer6@yandex.ru>2025-05-01 14:56:39 +0300
commitf3e74cc8ef6fb944cd6e203ca25ea2cea65b778c (patch)
treea1eecf72bb065c919eb8a23f9f03723b0f588ccb /nixos/laptop/configuration.nix
parent0391e12ffbf18edba79e76a299f7f84cabbe762b (diff)
clean up
Diffstat (limited to 'nixos/laptop/configuration.nix')
-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 = [