mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
parent
9cea5bcf2c
commit
6ab7e0de29
@ -643,6 +643,10 @@ in
|
|||||||
if ! [ -e /etc/machine-id ]; then
|
if ! [ -e /etc/machine-id ]; then
|
||||||
${systemd}/bin/systemd-machine-id-setup
|
${systemd}/bin/systemd-machine-id-setup
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Keep a persistent journal. Note that systemd-tmpfiles will
|
||||||
|
# set proper ownership/permissions.
|
||||||
|
mkdir -m 0700 -p /var/log/journal
|
||||||
'';
|
'';
|
||||||
|
|
||||||
users.extraUsers.systemd-network.uid = config.ids.uids.systemd-network;
|
users.extraUsers.systemd-network.uid = config.ids.uids.systemd-network;
|
||||||
|
Loading…
Reference in New Issue
Block a user