Correct /storage permissions

This commit is contained in:
Wekuz 2026-04-03 18:54:01 +03:00
parent ab8a261346
commit 0a81bf5f90
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";
}