From da81728cf18032a595cf42d6d7042714e7129a00 Mon Sep 17 00:00:00 2001 From: Wekuz Date: Fri, 3 Apr 2026 18:54:01 +0300 Subject: [PATCH] Correct /storage permissions --- hosts/plexy/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/plexy/default.nix b/hosts/plexy/default.nix index 2f423b1..7b72115 100644 --- a/hosts/plexy/default.nix +++ b/hosts/plexy/default.nix @@ -147,5 +147,9 @@ ]; }; + systemd.tmpfiles.rules = [ + "d /storage 0777 root root -" + ]; + system.stateVersion = "25.11"; }