From 04a4bd79803d44287b4e76fc7228ca54544a15f5 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Fri, 23 Aug 2024 16:11:40 +0000 Subject: [PATCH] nixosMod/vmCommon: remove explicit disable sound - defaults already to disabled - and will be deprecated in 24.11 --- nix/nixos-modules/vmCommon.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nix/nixos-modules/vmCommon.nix b/nix/nixos-modules/vmCommon.nix index 18af322..0e36f2e 100644 --- a/nix/nixos-modules/vmCommon.nix +++ b/nix/nixos-modules/vmCommon.nix @@ -159,8 +159,6 @@ in }; - sound.enable = false; - system.autoUpgrade = { enable = true; allowReboot = true;