diff options
author | Leonardo Santiago <[email protected]> | 2024-08-24 16:10:44 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-08-24 16:10:44 -0300 |
commit | f9ddec7952709d7b5d5d79deadca07c573510d49 (patch) | |
tree | 19d453fc171635858bd664b89ad7299de4185280 /hosts/larissa | |
parent | 57e354b0ad94b7df43911fd2ea50a953956f6a55 (diff) |
remove unused option
Diffstat (limited to 'hosts/larissa')
-rw-r--r-- | hosts/larissa/configuration.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hosts/larissa/configuration.nix b/hosts/larissa/configuration.nix index 2a30415..9057de4 100644 --- a/hosts/larissa/configuration.nix +++ b/hosts/larissa/configuration.nix @@ -67,8 +67,6 @@ # Enable CUPS to print documents. services.printing.enable = true; - # Enable sound with pipewire. - sound.enable = true; hardware.pulseaudio.enable = false; security.rtkit.enable = true; services.pipewire = { |