diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-02-09 20:45:34 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-02-09 20:45:34 -0800 |
commit | 111ac15ce85106b6b28bd1a633f8e449b05a21ff (patch) | |
tree | 1b48c52cd1eaacb5a00e807d740cd68da7c250da | |
parent | ae2e59c83a7689df172f81d432171820bdebdfaf (diff) | |
download | nix-111ac15ce85106b6b28bd1a633f8e449b05a21ff.tar nix-111ac15ce85106b6b28bd1a633f8e449b05a21ff.tar.gz nix-111ac15ce85106b6b28bd1a633f8e449b05a21ff.tar.bz2 nix-111ac15ce85106b6b28bd1a633f8e449b05a21ff.tar.lz nix-111ac15ce85106b6b28bd1a633f8e449b05a21ff.tar.xz nix-111ac15ce85106b6b28bd1a633f8e449b05a21ff.tar.zst nix-111ac15ce85106b6b28bd1a633f8e449b05a21ff.zip |
Set services.dbus.implementation to broker everywhere
-rw-r--r-- | hosts/common/core/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix index fe25748..771fa0d 100644 --- a/hosts/common/core/default.nix +++ b/hosts/common/core/default.nix @@ -112,4 +112,6 @@ programs.mtr.enable = true; programs.tmux.enable = true; programs.zsh.enable = true; + + services.dbus.implementation = "broker"; } |