summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-02-11 23:17:34 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-02-11 23:17:34 +0100
commit7bd42b19ff7d940711776163d51d49ffd2e08e65 (patch)
tree2fcd140069e52829cdbfd471129819d1177b3a8e /modules
parentCheck your braces, girl (diff)
downloadRory-Open-Architecture-7bd42b19ff7d940711776163d51d49ffd2e08e65.tar.xz
nginx test
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
Diffstat (limited to 'modules')
-rw-r--r--modules/base.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/base.nix b/modules/base.nix
index 5c531cf..9d68a37 100644
--- a/modules/base.nix
+++ b/modules/base.nix
@@ -32,8 +32,8 @@
   security.sudo.wheelNeedsPassword = false;
   nixpkgs.config.allowUnfree = true;
 
-  sound.enable = true;
-  hardware.pulseaudio.enable = true;
+  sound.enable = lib.mkDefault true;
+  hardware.pulseaudio.enable = lib.mkDefault true;
 
   environment.systemPackages = with pkgs; [
     wget