Skip to content

Commit

Permalink
nixos/alsa: fix missing defaultText
Browse files Browse the repository at this point in the history
  • Loading branch information
aristidb committed Feb 22, 2018
1 parent 473cfed commit f372898
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/audio/alsa.nix
Expand Up @@ -21,6 +21,7 @@ in

enable = mkOption {
type = types.bool;
defaultText = "!versionAtLeast system.stateVersion \"18.03\"";
description = ''
Whether to enable ALSA sound.
'';
Expand Down

0 comments on commit f372898

Please sign in to comment.