fix: drop removed sound.enable option (#459)

https://github.com/NixOS/nixpkgs/pull/326262 made defining sound.enable an eval error.
This commit is contained in:
Harsh Shandilya 2024-07-14 14:22:07 +05:30 committed by GitHub
parent e3e8ff545e
commit 111d0cf02b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,9 +49,6 @@
# Enable SSH everywhere
services.openssh.enable = true;
# No need for sound on a server
sound.enable = false;
# UTC everywhere!
time.timeZone = lib.mkDefault "UTC";