Regenerated
This commit is contained in:
+5
-15
@@ -413,20 +413,11 @@ This sets the networking.
|
||||
|
||||
|
||||
|
||||
** =generated/todo/system/services.nix=
|
||||
** =generated/modules/system/services.nix=
|
||||
This sets the networking.
|
||||
#+BEGIN_SRC nix :tangle generated/todo/system/services.nix :noweb tangle :mkdirp yes :eval never-html
|
||||
#+BEGIN_SRC nix :tangle generated/modules/system/services.nix :noweb tangle :mkdirp yes :eval never-html
|
||||
{ lib, config, ... }:
|
||||
|
||||
let
|
||||
coreEnabled = config.mySystem.system.core.enable or false;
|
||||
in
|
||||
{
|
||||
options.mySystem.system.locale.enable =
|
||||
lib.mkEnableOption "Services settings (printing / audio)";
|
||||
|
||||
config = lib.mkIf (coreEnabled || config.mySystem.system.locale.enable) {
|
||||
|
||||
# --- Services (Printing & Audio) ---
|
||||
services.printing.enable = true;
|
||||
services.pulseaudio.enable = false;
|
||||
@@ -437,7 +428,6 @@ in
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
@@ -541,9 +531,9 @@ This sets the dbus implementation
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
** =generated/todo/system/bluetooth.nix=
|
||||
** =generated/modules/system/bluetooth.nix=
|
||||
This sets the bluetooth implementation
|
||||
#+BEGIN_SRC nix :tangle generated/todo/system/bluetooth.nix :noweb tangle :mkdirp yes :eval never-html
|
||||
#+BEGIN_SRC nix :tangle generated/modules/system/bluetooth.nix :noweb tangle :mkdirp yes :eval never-html
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
# Enable Bluetooth hardware and daemon
|
||||
@@ -560,7 +550,7 @@ This sets the bluetooth implementation
|
||||
};
|
||||
};
|
||||
|
||||
# Optional: Additional Bluetooth settings
|
||||
# Additional Bluetooth settings
|
||||
hardware.bluetooth.extraConfig = ''
|
||||
AutoEnable=true
|
||||
DiscoverableTimeout=0
|
||||
|
||||
Reference in New Issue
Block a user