1
Fork 0

Add krita to tethys, change smos workdir and remove cloudflare ssh proxy

This commit is contained in:
prescientmoon 2024-11-27 05:13:53 +01:00
parent 31b07bd19a
commit d36e576148
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
4 changed files with 8 additions and 9 deletions
home/features/cli
productivity/smos
ssh.nix

View file

@ -5,7 +5,7 @@
...
}:
let
workflowDir = "${config.xdg.dataHome}/smos/workflow";
workflowDir = "${config.xdg.userDirs.extraConfig.XDG_PROJECTS_DIR}/stellar-sanctum/smos";
in
{
sops.secrets.smos_password.sopsFile = ../secrets.yaml;
@ -32,9 +32,7 @@ in
oauth-token-file = config.sops.secrets.smos_github_token.path;
};
calendar = {
enable = true;
};
calendar.enable = true;
};
# }}}
# {{{ Storage & secrets

View file

@ -5,5 +5,5 @@
# This allows me to push/pull to my forgejo server via SSH.
# See the docs for more details: https://developers.cloudflare.com/cloudflare-one/tutorials/gitlab/#configuring-ssh
programs.ssh.matchBlocks."ssh.git.moonythm.dev".proxyCommand = "${lib.getExe pkgs.cloudflared} access ssh --hostname %h";
# programs.ssh.matchBlocks."ssh.git.moonythm.dev".proxyCommand = "${lib.getExe pkgs.cloudflared} access ssh --hostname %h";
}