Regenerated

This commit is contained in:
2026-03-23 07:01:30 +00:00
parent a88578b321
commit 5dc656043c
33 changed files with 5 additions and 1431 deletions
+5 -15
View File
@@ -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