mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-02 02:00:51 +02:00
Updated github keys
This commit is contained in:
parent
5a86a25849
commit
aeda9a2775
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
||||||
authorizedKeys = lib.splitString "\n"
|
authorizedKeys = lib.splitString "\n"
|
||||||
(builtins.readFile (pkgs.fetchurl {
|
(builtins.readFile (pkgs.fetchurl {
|
||||||
url = "https://github.com/JulienMalka.keys";
|
url = "https://github.com/JulienMalka.keys";
|
||||||
sha256 = "sha256-OGpi2Ftfs0qn2HufBjDyNZeKCQINjFafir72K6Ec4L4=";
|
sha256 = "sha256-Dl/KYUQ8OJeBlG3iqQZxVIadN/Y14cEJZufWI3iRcq8=";
|
||||||
}));
|
}));
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
authorizedKeys = lib.splitString "\n"
|
authorizedKeys = lib.splitString "\n"
|
||||||
(builtins.readFile (pkgs.fetchurl {
|
(builtins.readFile (pkgs.fetchurl {
|
||||||
url = "https://github.com/JulienMalka.keys";
|
url = "https://github.com/JulienMalka.keys";
|
||||||
sha256 = "sha256-OGpi2Ftfs0qn2HufBjDyNZeKCQINjFafir72K6Ec4L4=";
|
sha256 = "sha256-Dl/KYUQ8OJeBlG3iqQZxVIadN/Y14cEJZufWI3iRcq8=";
|
||||||
}));
|
}));
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue