mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 18:24:08 +02:00
nixos: wait for network online
This commit is contained in:
parent
737b238adc
commit
d589fc71dd
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ in {
|
|||
|
||||
systemd.services."palantir" = {
|
||||
wantedBy = ["multi-user.target"];
|
||||
after = ["systemd-networkd-wait-online.service"];
|
||||
path = lib.optional cfg.zfs pkgs.zfs;
|
||||
environment =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue