From ce6f58e03f54b7141cd1178221eeeaa3f774441a Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 10 Nov 2021 12:02:05 +0100 Subject: [PATCH] Persist logs --- nixos/machines/zeus/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/machines/zeus/configuration.nix b/nixos/machines/zeus/configuration.nix index fd1268f6..0a66160e 100644 --- a/nixos/machines/zeus/configuration.nix +++ b/nixos/machines/zeus/configuration.nix @@ -70,6 +70,8 @@ in "d /disk/volatile/maralorn 700 maralorn users - -" "d /disk/persist/var/lib/bluetooth - - - - -" "L+ /var/lib/bluetooth - - - - /disk/persist/var/lib/bluetooth" + "d /disk/persist/var/log/journal - - - - -" + "L+ /var/log/journal - - - - /disk/persist/var/log/journal" "L+ /root/.ssh - - - - /disk/persist/root/.ssh" ];