mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-05 19:48:07 +02:00
Updated keys
This commit is contained in:
parent
0b2cee33f5
commit
a853107321
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-Ooh97vo6d4NR6xDhLpofWPYgImPFrwSWBOGxkZUWscQ=";
|
sha256 = "sha256-OGpi2Ftfs0qn2HufBjDyNZeKCQINjFafir72K6Ec4L4=";
|
||||||
}));
|
}));
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
@ -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-Ooh97vo6d4NR6xDhLpofWPYgImPFrwSWBOGxkZUWscQ=";
|
sha256 = "sha256-OGpi2Ftfs0qn2HufBjDyNZeKCQINjFafir72K6Ec4L4=";
|
||||||
}));
|
}));
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue