WIP: rewrite config #618

Draft
darkkirb wants to merge 386 commits from rewrite into main
Showing only changes of commit b58a80bba3 - Show all commits

View file

@ -9,6 +9,9 @@ with lib; {
};
config = mkIf config.boot.initrd.timesync.enable {
boot.initrd.systemd.users.systemd-timesync = {
uid = config.users.users.systemd-timesync.uid;
};
boot.initrd.systemd.network = {
enable = true;
wait-online.enable = true;