Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions configs/openSUSE/systemd-tmpfiles.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,10 @@ entries = [

[[SystemdTmpfilesWhitelist]]
package = "nix"
bug = "bsc#1243206"
note = "The Nix package manager maintains a UNIX domain socket in this non-standard location"
bugs = ["bsc#1243206", "bsc#1246162"]
note = "The Nix package manager maintains a UNIX domain socket and directory structure in this non-standard location"
path = "/usr/lib/tmpfiles.d/nix-daemon.conf"
entries = [
"d /nix/var/nix/daemon-socket 0755 root root - -"
"d /nix/var/nix/daemon-socket 0755 root root - -",
"d /nix/var/nix/builds 0755 root root 7d -"
]
Loading