diff --git a/hosts/plexy/default.nix b/hosts/plexy/default.nix index 39eaf6b..5ffec14 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"; }