Correct /storage permissions

This commit is contained in:
Wekuz 2026-04-03 18:54:01 +03:00
parent 543f254127
commit 9789a43ec4
Signed by: Wekuz
GPG key ID: 2E502F2AABD32DF9

View file

@ -147,5 +147,9 @@
];
};
systemd.tmpfiles.rules = [
"d /storage 0777 root root -"
];
system.stateVersion = "25.11";
}