Version 25.11
This commit is contained in:
+371
-371
File diff suppressed because it is too large
Load Diff
+5
-5
@@ -597,10 +597,11 @@ This sets the dbus implementation
|
||||
#+BEGIN_SRC nix :tangle assets/flake/machines/traveldroid/dbus.nix :noweb tangle :mkdirp yes :eval never-html
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.dbus = {
|
||||
enable = true;
|
||||
package = pkgs.dbus-broker; # Use dbus-broker as the implementation
|
||||
};
|
||||
# Ensure dbus-broker is installed and used
|
||||
environment.systemPackages = with pkgs; [ dbus-broker ];
|
||||
|
||||
# Disable the default dbus service
|
||||
services.dbus.enable = false;
|
||||
|
||||
# Configure dbus-broker via its configuration file
|
||||
environment.etc."dbus-broker/launch.conf".text = ''
|
||||
@@ -609,7 +610,6 @@ This sets the dbus implementation
|
||||
MaxConnectionsPerUser=2048
|
||||
'';
|
||||
}
|
||||
|
||||
#+END_SRC
|
||||
|
||||
** =assets/flake/machines/traveldroid/bluetooth.nix=
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.dbus = {
|
||||
enable = true;
|
||||
package = pkgs.dbus-broker; # Use dbus-broker as the implementation
|
||||
};
|
||||
# Ensure dbus-broker is installed and used
|
||||
environment.systemPackages = with pkgs; [ dbus-broker ];
|
||||
|
||||
# Disable the default dbus service
|
||||
services.dbus.enable = false;
|
||||
|
||||
# Configure dbus-broker via its configuration file
|
||||
environment.etc."dbus-broker/launch.conf".text = ''
|
||||
|
||||
Generated
+4
-4
@@ -485,16 +485,16 @@
|
||||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1772773019,
|
||||
"narHash": "sha256-E1bxHxNKfDoQUuvriG71+f+s/NT0qWkImXsYZNFFfCs=",
|
||||
"lastModified": 1773222311,
|
||||
"narHash": "sha256-BHoB/XpbqoZkVYZCfXJXfkR+GXFqwb/4zbWnOr2cRcU=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "aca4d95fce4914b3892661bcb80b8087293536c6",
|
||||
"rev": "0590cd39f728e129122770c029970378a79d076a",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-unstable",
|
||||
"ref": "nixos-25.11",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user