···647 # groups, in addition to those in the systemd-journal group.
648 # Users can always read their own journals.
649 ${pkgs.acl}/bin/setfacl -nm g:wheel:rx,d:g:wheel:rx,g:adm:rx,d:g:adm:rx /var/log/journal || true
0000650 '';
651652 users.extraUsers.systemd-network.uid = config.ids.uids.systemd-network;
···647 # groups, in addition to those in the systemd-journal group.
648 # Users can always read their own journals.
649 ${pkgs.acl}/bin/setfacl -nm g:wheel:rx,d:g:wheel:rx,g:adm:rx,d:g:adm:rx /var/log/journal || true
650+651+ if ! [ -e /etc/machine-id ]; then
652+ ${systemd}/bin/systemd-machine-id-setup
653+ fi
654 '';
655656 users.extraUsers.systemd-network.uid = config.ids.uids.systemd-network;