backup: run bak only after network

This commit is contained in:
Kabbone 2024-10-19 08:47:31 +02:00
parent c59f1165be
commit 3bef5b8830
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -128,6 +128,13 @@
};
};
systemd.services = {
btrbk-bak = {
after = [ "network.target" ];
};
};
fileSystems."/" =
{ device = "/dev/disk/by-label/NIXROOT";
fsType = "btrfs";