Add krita to tethys, change smos workdir and remove cloudflare ssh proxy
This commit is contained in:
parent
31b07bd19a
commit
d36e576148
|
@ -491,11 +491,11 @@
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "pkgs/firefox-addons",
|
"dir": "pkgs/firefox-addons",
|
||||||
"lastModified": 1731556998,
|
"lastModified": 1732334599,
|
||||||
"narHash": "sha256-/x/j+JHTMVFLWDpWClFw3IpzJiVkHTWL5z138Jj2ec4=",
|
"narHash": "sha256-6rT/EbzElX894Az/UmQoEYj2YLNHddwUtfPLpenMHpQ=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "47a8f584cbd9f26ca18e905ec37799838babcc29",
|
"rev": "cc09ebae9e99ea2310d3f8719ab06a9880373b8d",
|
||||||
"revCount": 3905,
|
"revCount": 3922,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://gitlab.com/rycee/nur-expressions"
|
"url": "https://gitlab.com/rycee/nur-expressions"
|
||||||
},
|
},
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
workflowDir = "${config.xdg.dataHome}/smos/workflow";
|
workflowDir = "${config.xdg.userDirs.extraConfig.XDG_PROJECTS_DIR}/stellar-sanctum/smos";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
sops.secrets.smos_password.sopsFile = ../secrets.yaml;
|
sops.secrets.smos_password.sopsFile = ../secrets.yaml;
|
||||||
|
@ -32,9 +32,7 @@ in
|
||||||
oauth-token-file = config.sops.secrets.smos_github_token.path;
|
oauth-token-file = config.sops.secrets.smos_github_token.path;
|
||||||
};
|
};
|
||||||
|
|
||||||
calendar = {
|
calendar.enable = true;
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
# }}}
|
# }}}
|
||||||
# {{{ Storage & secrets
|
# {{{ Storage & secrets
|
||||||
|
|
|
@ -5,5 +5,5 @@
|
||||||
|
|
||||||
# This allows me to push/pull to my forgejo server via SSH.
|
# 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
|
# 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";
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
# }}}
|
# }}}
|
||||||
# {{{ Editors for different formats
|
# {{{ Editors for different formats
|
||||||
gimp # Image editing
|
gimp # Image editing
|
||||||
|
krita # drawing
|
||||||
# lmms # Music software
|
# lmms # Music software
|
||||||
# kicad # PCB editing
|
# kicad # PCB editing
|
||||||
# libreoffice # Free office suite
|
# libreoffice # Free office suite
|
||||||
|
|
Loading…
Reference in a new issue