Run system upgrades after the network went online

This commit is contained in:
Andreas Zweili 2022-11-17 19:24:45 +01:00
parent 2f438527b9
commit acb05a8976
1 changed files with 1 additions and 0 deletions

View File

@ -18,4 +18,5 @@
"--commit-lock-file"
];
};
systemd.services.nixos-upgrade.after = [ "network-online.target" ];
}