From de11a47aca2f4e8d578e8a410e0f8b3631e2d084 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 1 Oct 2024 13:03:55 +0800 Subject: [PATCH] nixos/profiles/headless: remove deprecated attributes --- modules/nixos/profiles/headless.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/nixos/profiles/headless.nix b/modules/nixos/profiles/headless.nix index 27e2b839..f73099bf 100644 --- a/modules/nixos/profiles/headless.nix +++ b/modules/nixos/profiles/headless.nix @@ -8,9 +8,6 @@ "${modulesPath}/profiles/headless.nix" ]; - # Sounds? We don't need in this void world of OURS! - sound.enable = lib.mkDefault false; - # Bluetooth is so 2000s, my wireless earbuds are scratching all to hell. hardware.bluetooth.enable = lib.mkDefault false;