1
0
forked from c3d2/nix-config
This commit is contained in:
Sandro - 2022-12-20 07:49:02 +01:00
parent fca5192432
commit d2dcfdea66
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 5 additions and 5 deletions

View File

@ -708,11 +708,11 @@
]
},
"locked": {
"lastModified": 1671517932,
"narHash": "sha256-u3/NGwqyRZLj5lDsbiJ5o2BRq3E7nYY+wO2uyvhLa4I=",
"lastModified": 1671518870,
"narHash": "sha256-KzKEfWl3eyMFMluQtDg0Y9fhRWFxh4qsvmG6q+3Orcc=",
"ref": "refs/heads/master",
"rev": "65ff512d51b937da5e76852327b7b652b63e8bbb",
"revCount": 1703,
"rev": "65193ce4292b157be5e629dc971818bc700d67bd",
"revCount": 1704,
"type": "git",
"url": "https://gitea.c3d2.de/zentralwerk/network.git"
},

View File

@ -97,7 +97,7 @@ in
script = ''
mkdir -p .ssh
cp ${builtins.toFile "id_ed25519" sshPrivkey} .ssh/id_ed25519
echo "gitea.c3d2.de ${hostRegistry.gitea.publicKey}" > .ssh/known_hosts
echo "gitea.c3d2.de ${(import ../ssh-public-keys.nix).hosts.gitea}" > .ssh/known_hosts
chmod 0600 .ssh/id_ed25519
# Build at least once