Compare commits

..

2 commits

Author SHA1 Message Date
6304a4890b
fix: sourcehut did not allow cloning from https 2025-03-27 23:00:20 +01:00
fffa0a4cae
update all flakes 2025-03-27 22:27:24 +01:00
2 changed files with 8 additions and 6 deletions

12
flake.lock generated
View file

@ -34,11 +34,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1724316499,
"narHash": "sha256-Qb9MhKBUTCfWg/wqqaxt89Xfi6qTD3XpTzQ9eXi3JmE=",
"lastModified": 1735563628,
"narHash": "sha256-OnSAY7XDSx7CtDoqNh8jwVwh4xNL/2HaJxGjryLWzX8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "797f7dc49e0bc7fab4b57c021cdf68f595e47841",
"rev": "b134951a4c9f3c995fd7be05f3243f8ecd65d798",
"type": "github"
},
"original": {
@ -93,11 +93,11 @@
"utils": "utils"
},
"locked": {
"lastModified": 1718084203,
"narHash": "sha256-Cx1xoVfSMv1XDLgKg08CUd1EoTYWB45VmB9XIQzhmzI=",
"lastModified": 1734885828,
"narHash": "sha256-G0fB1YBlkalu8lLGRB07K8CpUWNVd+unfrjNomSL7SM=",
"owner": "simple-nixos-mailserver",
"repo": "nixos-mailserver",
"rev": "29916981e7b3b5782dc5085ad18490113f8ff63b",
"rev": "636b82f4175e3f6b1e80d2189bb0469e2ae01a55",
"type": "gitlab"
},
"original": {

View file

@ -4,6 +4,8 @@ let
fqdn = "sourcehut.${base-domain}";
in
{
# workaround: https://github.com/NixOS/nixpkgs/issues/317865
programs.git.config.safe.directory = "*";
services.sourcehut = {
enable = true;
meta = {