nixos/profiles/headless: remove deprecated attributes

This commit is contained in:
Gabriel Arazas 2024-10-01 13:03:55 +08:00
parent 9687b886a7
commit de11a47aca
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -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;