-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
systemd.nspawn: fix missing suffix #27117
Conversation
Fix files placed in `/etc/systemd/nspawn/` missing `.nspawn` suffix
Strange. I have an nspawn container and the extension is added:
what does it look like on your machine? |
It looks like this on my machine:
And with my patch applied:
My configuration is: {
# ...
systemd.nspawn.arch = {
execConfig = {
PrivateUsers = "no";
};
};
# ...
} |
Looks harmless. Any objections to merging @Mic92? @GrahamcOfBorg test systemd |
Success on x86_64-linux (full log) Attempted: tests.systemd Partial log (click to expand)
|
Failure on aarch64-linux (full log) Attempted: tests.systemd Partial log (click to expand)
|
18.03: |
Motivation for this change
Files placed in
/etc/systemd/nspawn/
should have.nspawn
suffix.Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)CC @fpletz