mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
Added 2nd job
This commit is contained in:
parent
9f79ad05e0
commit
147afb0403
4 changed files with 6 additions and 9 deletions
|
@ -28,12 +28,6 @@
|
|||
enable = true;
|
||||
port = 2222;
|
||||
hostKeys = [ /boot/initrd-ssh-key ];
|
||||
authorizedKeys = lib.splitString "\n"
|
||||
(builtins.readFile (pkgs.fetchurl {
|
||||
url = "https://github.com/JulienMalka.keys";
|
||||
sha256 = "sha256-Dl/KYUQ8OJeBlG3iqQZxVIadN/Y14cEJZufWI3iRcq8=";
|
||||
}));
|
||||
|
||||
};
|
||||
postCommands = ''
|
||||
zpool import zroot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue