Compare commits
2 Commits
8f893a7216
...
e88b11d8bb
| Author | SHA1 | Date | |
|---|---|---|---|
| e88b11d8bb | |||
| 09d9501427 |
@@ -26,7 +26,7 @@
|
|||||||
virtualisation.oci-containers = {
|
virtualisation.oci-containers = {
|
||||||
backend = "docker";
|
backend = "docker";
|
||||||
containers.paperless-ai = {
|
containers.paperless-ai = {
|
||||||
image = "clusterzx/paperless-ai:v3.0.9";
|
image = "clusterzx/paperless-ai:3.0.9";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
ports = [
|
ports = [
|
||||||
"127.0.0.1:3000:3000"
|
"127.0.0.1:3000:3000"
|
||||||
|
|||||||
@@ -62,6 +62,12 @@
|
|||||||
in {
|
in {
|
||||||
programs.git.settings.user.email = "christoph@schmatzler.com";
|
programs.git.settings.user.email = "christoph@schmatzler.com";
|
||||||
|
|
||||||
|
# Allow inbox-triage to access attachment staging and paperless ingestion dirs
|
||||||
|
programs.opencode.settings.permission.external_directory = {
|
||||||
|
"/tmp/himalaya-triage/*" = "allow";
|
||||||
|
"/var/lib/paperless/consume/inbox-triage/*" = "allow";
|
||||||
|
};
|
||||||
|
|
||||||
# Auto-start zellij in nushell on tahani (headless server)
|
# Auto-start zellij in nushell on tahani (headless server)
|
||||||
programs.nushell.extraConfig = ''
|
programs.nushell.extraConfig = ''
|
||||||
if $nu.is-interactive and ('SSH_CONNECTION' in ($env | columns)) and ('ZELLIJ' not-in ($env | columns)) {
|
if $nu.is-interactive and ('SSH_CONNECTION' in ($env | columns)) and ('ZELLIJ' not-in ($env | columns)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user