mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-02 02:00:51 +02:00
Updated keys
This commit is contained in:
parent
e336074a55
commit
b4b83e1ef4
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ boot.initrd.network = {
|
||||||
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-nBgn7jOqi/nPHhTy3x/oirL+A4X2gbmwy1NXLZhV99M=";
|
sha256 = "sha256-/i6WOEWBfXnRln9r6GCznoc47UzN+jInkWjTSqNafHI=";
|
||||||
}));
|
}));
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
@ -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-nBgn7jOqi/nPHhTy3x/oirL+A4X2gbmwy1NXLZhV99M=";
|
sha256 = "sha256-/i6WOEWBfXnRln9r6GCznoc47UzN+jInkWjTSqNafHI=";
|
||||||
}));
|
}));
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue