From 089ffe54b44db2b6418dd024a7266c8c9343f805 Mon Sep 17 00:00:00 2001 From: WilliButz Date: Fri, 27 Dec 2024 18:55:14 +0100 Subject: [PATCH] docs/examples: remove outdated workaround Issue was fixed in 97104c042dfa36e24659db05976409294d774ee5 --- docs/src/examples.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/src/examples.md b/docs/src/examples.md index 76114ee..899c375 100644 --- a/docs/src/examples.md +++ b/docs/src/examples.md @@ -24,8 +24,7 @@ See [Configuration Options](./configuration-options.md) for all available option "/var/lib/systemd/timers" # NixOS user state "/var/lib/nixos" - # preparing /var/log early (inInitrd) avoids a dependency cycle (see TODO.md) - { directory = "/var/log"; inInitrd = true; } + "/var/log" ]; }; }; @@ -120,10 +119,8 @@ mount created by system to the persistent volume. "/var/lib/systemd/coredump" "/var/lib/systemd/rfkill" "/var/lib/systemd/timers" + "/var/log" { directory = "/var/lib/nixos"; inInitrd = true; } - - # preparing /var/log early (inInitrd) avoids a dependency cycle (see TODO.md) - { directory = "/var/log"; inInitrd = true; } ]; # preserve system files