There was an error while loading. Please reload this page.
2 parents 79f54ec + 9c7fe49 commit a7f0a67Copy full SHA for a7f0a67
1 file changed
configs/openSUSE/systemd-tmpfiles.toml
@@ -109,9 +109,10 @@ entries = [
109
110
[[SystemdTmpfilesWhitelist]]
111
package = "nix"
112
-bug = "bsc#1243206"
113
-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"
114
path = "/usr/lib/tmpfiles.d/nix-daemon.conf"
115
entries = [
116
- "d /nix/var/nix/daemon-socket 0755 root root - -"
+ "d /nix/var/nix/daemon-socket 0755 root root - -",
117
+ "d /nix/var/nix/builds 0755 root root 7d -"
118
]
0 commit comments