Added 2nd job

This commit is contained in:
Luj 2023-01-19 19:42:26 +01:00
parent 9f79ad05e0
commit 147afb0403
Signed by: luj
GPG key ID: 6FC74C847011FD83
4 changed files with 6 additions and 9 deletions

View file

@ -21,7 +21,7 @@
authorizedKeys = lib.splitString "\n"
(builtins.readFile (pkgs.fetchurl {
url = "https://github.com/JulienMalka.keys";
sha256 = "sha256-Dl/KYUQ8OJeBlG3iqQZxVIadN/Y14cEJZufWI3iRcq8=";
sha256 = "sha256-xa8TyZb28M4cwdTDAwqN608xdXZBf8PtvNFk1JxE2lQ=";
}));
};