Modules/Network: Reenable networkmanager-wait-online service
This commit is contained in:
@ -79,7 +79,7 @@ in {
|
|||||||
files = [
|
files = [
|
||||||
# NOTE: Don't put files generated/linked by HM here (they're already managed)
|
# 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.json" m755)
|
||||||
(mkUFile ".config/.tidal-dl.token.json" m755)
|
(mkUFile ".config/.tidal-dl.token.json" m755)
|
||||||
(mkUFile ".config/QtProject.conf" m755) # KeePassXC
|
(mkUFile ".config/QtProject.conf" m755) # KeePassXC
|
||||||
@ -272,6 +272,7 @@ in {
|
|||||||
# Create new home subvolume
|
# Create new home subvolume
|
||||||
${mkNewSubvol "home"}
|
${mkNewSubvol "home"}
|
||||||
|
|
||||||
|
# TODO: Did this removal of old backups always brick the system?
|
||||||
# Delete a backed up subvolume
|
# Delete a backed up subvolume
|
||||||
# delete_subvolume_recursively() {
|
# delete_subvolume_recursively() {
|
||||||
# IFS=$'\n'
|
# IFS=$'\n'
|
||||||
|
@ -104,7 +104,7 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# We don't need this, the nfs mounts should retry until online
|
# We need this (sadly), otherwise the nfs mounts don't work
|
||||||
systemd.services.NetworkManager-wait-online.enable = false;
|
systemd.services.NetworkManager-wait-online.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user