From 3758df0b3f5abd75811625b4179bac7b34c1adb4 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Mon, 3 Jan 2022 11:23:21 +0100 Subject: [PATCH] Persist cups state --- nixos/machines/fluffy/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/machines/fluffy/configuration.nix b/nixos/machines/fluffy/configuration.nix index 3501ab93..7166cd05 100644 --- a/nixos/machines/fluffy/configuration.nix +++ b/nixos/machines/fluffy/configuration.nix @@ -59,8 +59,9 @@ in "z / 755 - - - -" "Z /home/maralorn - maralorn users - -" "d /disk/volatile/maralorn 700 maralorn users - -" - "d /disk/persist/var/lib/hass - - - - -" + "d /disk/persist/cups - - - - -" "d /tmp/scans/scans 777 ftp ftp - -" + "L+ /var/lib/cups - - - - /disk/persist/cups" "L+ /root/.ssh - - - - /disk/persist/root/.ssh" "L+ /etc/ssh - - - - /disk/persist/etc/ssh" ];