mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: add sire hostkey; also wait for cryptsetup before importing storage
This commit is contained in:
parent
0012ce79dd
commit
659d5a5241
3 changed files with 3 additions and 1 deletions
|
@ -49,6 +49,8 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
boot.initrd.systemd.services."zfs-import-storage".after = ["cryptsetup.target"];
|
||||
|
||||
services.zrepl = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
@ -1 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFMbumSAJX2MOuQO+5tFoL52Fe+TRD2dZwzNCGilACQ/
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICoFkQ3/VdPXBh4cB3nRF5EtVWNV4AdEaGG0yXSBjPOD
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue