feat: Update to another model for llama and added basic_auth
This commit is contained in:
@@ -64,6 +64,9 @@
|
||||
'';
|
||||
virtualHosts."llama.darksailor.dev".extraConfig = ''
|
||||
reverse_proxy localhost:3000
|
||||
basicauth / {
|
||||
import htpasswd ${config.sops.secrets."llama/user".path}
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user