Move secrets to system only

This commit is contained in:
Jimbo 2024-12-20 19:08:07 -05:00
parent 6d1f2dcf73
commit 160dd14d55
5 changed files with 6 additions and 2 deletions

View file

@ -24,4 +24,8 @@
}
'';
};
systemd.services.nginx.serviceConfig = {
ReadWritePaths = [ "/var/www/Jimbo-Landing-Page/streams/hls/" ];
};
}