Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes/pr-439.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[surveys_report] genericize with plugins
2 changes: 1 addition & 1 deletion pkgs/nixos/profiles/ats.nix
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ with import ../dependencies.nix; {
tactical --wiki-user "$(cat $HOME/secrets/wiki/u.txt)" --wiki-pass "$(sread $HOME/secrets/wiki/p.txt.tyz)" --wiki-url http://${config.networking.hostName}.local quote
tactical --wiki-user "$(cat $HOME/secrets/wiki/u.txt)" --wiki-pass "$(sread $HOME/secrets/wiki/p.txt.tyz)" --wiki-url http://${config.networking.hostName}.local vocab
tactical --wiki-user "$(cat $HOME/secrets/wiki/u.txt)" --wiki-pass "$(sread $HOME/secrets/wiki/p.txt.tyz)" --wiki-url http://${config.networking.hostName}.local wiki-url
surveys_report upload-results
rcrsync copy configs && surveys_report upload-results
'';
timerCfg = {
OnCalendar = [ "*-*-* 00:00:00" ];
Expand Down
Loading