systemd: Apply upstream fixes
In particular, upstream commit 3072eecf3c714e3ed88c882623c40aca15445f64 fixes 15-character network interface names (as generated by ID_NET_NAME_MAC).
This commit is contained in:
@@ -20,14 +20,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches =
|
||||
[ # These are all changes between upstream and
|
||||
# https://github.com/edolstra/systemd/tree/nixos-v216.
|
||||
# https://github.com/edolstra/systemd/tree/nixos-v217.
|
||||
./fixes.patch
|
||||
# Fixes systemd-journald so that it does not get killed
|
||||
# by systemd-journal-flush starting too quickly
|
||||
./systemd-journald-type-notify.patch
|
||||
# Enables /etc/systemd-mutable/{system,user} for persistent mutable
|
||||
# units
|
||||
./etc-systemd-mutable.patch
|
||||
];
|
||||
|
||||
buildInputs =
|
||||
|
||||
Reference in New Issue
Block a user