Version 25.11

This commit is contained in:
2026-03-13 20:14:55 +01:00
parent 865e3c0e4b
commit eb0872b7fd
4 changed files with 385 additions and 384 deletions
+371 -371
View File
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -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 #+BEGIN_SRC nix :tangle assets/flake/machines/traveldroid/dbus.nix :noweb tangle :mkdirp yes :eval never-html
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
services.dbus = { # Ensure dbus-broker is installed and used
enable = true; environment.systemPackages = with pkgs; [ dbus-broker ];
package = pkgs.dbus-broker; # Use dbus-broker as the implementation
}; # Disable the default dbus service
services.dbus.enable = false;
# Configure dbus-broker via its configuration file # Configure dbus-broker via its configuration file
environment.etc."dbus-broker/launch.conf".text = '' environment.etc."dbus-broker/launch.conf".text = ''
@@ -609,7 +610,6 @@ This sets the dbus implementation
MaxConnectionsPerUser=2048 MaxConnectionsPerUser=2048
''; '';
} }
#+END_SRC #+END_SRC
** =assets/flake/machines/traveldroid/bluetooth.nix= ** =assets/flake/machines/traveldroid/bluetooth.nix=
@@ -1,9 +1,10 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
services.dbus = { # Ensure dbus-broker is installed and used
enable = true; environment.systemPackages = with pkgs; [ dbus-broker ];
package = pkgs.dbus-broker; # Use dbus-broker as the implementation
}; # Disable the default dbus service
services.dbus.enable = false;
# Configure dbus-broker via its configuration file # Configure dbus-broker via its configuration file
environment.etc."dbus-broker/launch.conf".text = '' environment.etc."dbus-broker/launch.conf".text = ''
+4 -4
View File
@@ -485,16 +485,16 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1772773019, "lastModified": 1773222311,
"narHash": "sha256-E1bxHxNKfDoQUuvriG71+f+s/NT0qWkImXsYZNFFfCs=", "narHash": "sha256-BHoB/XpbqoZkVYZCfXJXfkR+GXFqwb/4zbWnOr2cRcU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "aca4d95fce4914b3892661bcb80b8087293536c6", "rev": "0590cd39f728e129122770c029970378a79d076a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-unstable", "ref": "nixos-25.11",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }