fix authorizedKeysRepo input by using type git
Fix authorizedKeysRepo input by using type git as .tar.gz archive gives a 500.
This commit is contained in:
parent
5a33261482
commit
275a3779f7
2 changed files with 11 additions and 8 deletions
17
flake.lock
generated
17
flake.lock
generated
|
|
@ -3,15 +3,18 @@
|
||||||
"authorizedKeysRepo": {
|
"authorizedKeysRepo": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1745870473,
|
"lastModified": 1761076425,
|
||||||
"narHash": "sha256-GMU6gfG1+3OjTuoiIYQg9yefzrz+RVVesqXa8jmOuCE=",
|
"narHash": "sha256-EMUF17MVENJoX8bmxvWLB0TUPhFqlq0szXT0M7mkwWU=",
|
||||||
"rev": "fc95460e9e6ae759b2b08c93b10a8e010e9e14e6",
|
"ref": "trunk",
|
||||||
"type": "tarball",
|
"rev": "7d9c3a683a50d109ed8fd3f75d090d5403967f7f",
|
||||||
"url": "https://git.hamburg.ccc.de/api/v1/repos/CCCHH/infrastructure-authorized-keys/archive/fc95460e9e6ae759b2b08c93b10a8e010e9e14e6.tar.gz"
|
"revCount": 20,
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.hamburg.ccc.de/CCCHH/infrastructure-authorized-keys"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "tarball",
|
"ref": "trunk",
|
||||||
"url": "https://git.hamburg.ccc.de/CCCHH/infrastructure-authorized-keys/archive/fc95460e9e6ae759b2b08c93b10a8e010e9e14e6.tar.gz"
|
"type": "git",
|
||||||
|
"url": "https://git.hamburg.ccc.de/CCCHH/infrastructure-authorized-keys"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixlib": {
|
"nixlib": {
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
authorizedKeysRepo = {
|
authorizedKeysRepo = {
|
||||||
url = "https://git.hamburg.ccc.de/CCCHH/infrastructure-authorized-keys/archive/fc95460e9e6ae759b2b08c93b10a8e010e9e14e6.tar.gz";
|
url = "git+https://git.hamburg.ccc.de/CCCHH/infrastructure-authorized-keys?ref=trunk";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue