about summary refs log tree commit diff
path: root/nixos/modules/services/system
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2024-01-22 10:11:44 +0100
committerGitHub <noreply@github.com>2024-01-22 10:11:44 +0100
commit18e517662107874602de67a10d2265a021d2e693 (patch)
tree2b53671bd88e744ff7203cbfe9eea6d0947f2ae5 /nixos/modules/services/system
parent9ed792777ae7967fee22dae2e88fdb6cb965b193 (diff)
parent1f65b34e999760470208af94cd208ea3f9da0c47 (diff)
downloadnixlib-18e517662107874602de67a10d2265a021d2e693.tar
nixlib-18e517662107874602de67a10d2265a021d2e693.tar.gz
nixlib-18e517662107874602de67a10d2265a021d2e693.tar.bz2
nixlib-18e517662107874602de67a10d2265a021d2e693.tar.lz
nixlib-18e517662107874602de67a10d2265a021d2e693.tar.xz
nixlib-18e517662107874602de67a10d2265a021d2e693.tar.zst
nixlib-18e517662107874602de67a10d2265a021d2e693.zip
Merge pull request #270727 from nikstur/nixos-perlless-activation
Perlless Activation
Diffstat (limited to 'nixos/modules/services/system')
-rw-r--r--nixos/modules/services/system/dbus.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/system/dbus.nix b/nixos/modules/services/system/dbus.nix
index b47ebc92f93a..e8f8b48d0337 100644
--- a/nixos/modules/services/system/dbus.nix
+++ b/nixos/modules/services/system/dbus.nix
@@ -95,6 +95,7 @@ in
         uid = config.ids.uids.messagebus;
         description = "D-Bus system message bus daemon user";
         home = homeDir;
+        homeMode = "0755";
         group = "messagebus";
       };