aboutsummaryrefslogtreecommitdiffhomepage
path: root/options.nix
diff options
context:
space:
mode:
Diffstat (limited to 'options.nix')
-rw-r--r--options.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/options.nix b/options.nix
index effa6559..8be79b5a 100644
--- a/options.nix
+++ b/options.nix
@@ -245,14 +245,14 @@ in
Whether to share the PipeWire server via SecurityContext.
'';
};
+ };
- pulse = mkOption {
- type = nullOr bool;
- default = true;
- description = ''
- Whether to run the PulseAudio compatibility daemon.
- '';
- };
+ pulse = mkOption {
+ type = nullOr bool;
+ default = true;
+ description = ''
+ Whether to run the PulseAudio compatibility daemon.
+ '';
};
share = mkOption {