backup: run bak only after network
This commit is contained in:
parent
c59f1165be
commit
3bef5b8830
@ -128,6 +128,13 @@
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services = {
|
||||
btrbk-bak = {
|
||||
after = [ "network.target" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-label/NIXROOT";
|
||||
fsType = "btrfs";
|
||||
|
Loading…
Reference in New Issue
Block a user