Start application with 'direnv up'

This commit is contained in:
Alexander
2026-06-27 14:47:48 +02:00
parent d14710c073
commit 056d9b8c82
+10
View File
@@ -32,6 +32,16 @@
opencode
];
processes.musicfs = {
after = [ "devenv:processes:postgres" ];
exec = ''
cargo run -- \
--source /home/fujin/Music/DDT \
--mountpoint /tmp/rust-fuse \
--database "postgresql://fujin@localhost/musicfs?host=$PGHOST"
'';
};
services.postgres = {
enable = true;
initialDatabases = [