1

Modules/Network: Reenable networkmanager-wait-online service

This commit is contained in:
2025-07-18 19:57:34 +02:00
parent 249367f436
commit c553a1c4b7
2 changed files with 4 additions and 3 deletions

View File

@ -79,7 +79,7 @@ in {
files = [
# NOTE: Don't put files generated/linked by HM here (they're already managed)
# TODO: Why do these not work?
# TODO: These files are not mounted?
(mkUFile ".config/.tidal-dl.json" m755)
(mkUFile ".config/.tidal-dl.token.json" m755)
(mkUFile ".config/QtProject.conf" m755) # KeePassXC
@ -272,6 +272,7 @@ in {
# Create new home subvolume
${mkNewSubvol "home"}
# TODO: Did this removal of old backups always brick the system?
# Delete a backed up subvolume
# delete_subvolume_recursively() {
# IFS=$'\n'

View File

@ -104,7 +104,7 @@ in {
};
};
# We don't need this, the nfs mounts should retry until online
systemd.services.NetworkManager-wait-online.enable = false;
# We need this (sadly), otherwise the nfs mounts don't work
systemd.services.NetworkManager-wait-online.enable = true;
};
}