adding sops for taskchamp
This commit is contained in:
parent
60c414fca1
commit
408b7545e6
1 changed files with 1 additions and 6 deletions
|
@ -28,11 +28,6 @@
|
||||||
"/home/media/.local/state/nix/profiles/home-manager/home-path/bin/"
|
"/home/media/.local/state/nix/profiles/home-manager/home-path/bin/"
|
||||||
];
|
];
|
||||||
|
|
||||||
sessionVariables = {
|
|
||||||
LISTEN = "media-server:33034";
|
|
||||||
DATA_DIR = "/home/media/.local/share/task-sync";
|
|
||||||
};
|
|
||||||
|
|
||||||
stateVersion = "25.05";
|
stateVersion = "25.05";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -72,7 +67,7 @@ sync.encryption_secret = ${config.sops.placeholder.taskchamp-key}
|
||||||
};
|
};
|
||||||
Service = {
|
Service = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
ExecStart = "${pkgs.taskchampion-sync-server}/bin/taskchampion-sync-server --snapshot-days 1 --snapshot-versions 30";
|
ExecStart = "${pkgs.taskchampion-sync-server}/bin/taskchampion-sync-server --listen media-server:33043 --data-dir /home/media/.local/share/task-sync --snapshot-days 1 --snapshot-versions 30";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue