diff --git a/hosts/sire/fs.nix b/hosts/sire/fs.nix index 11d9449..bce561b 100644 --- a/hosts/sire/fs.nix +++ b/hosts/sire/fs.nix @@ -49,6 +49,8 @@ in { }; }; + boot.initrd.systemd.services."zfs-import-storage".after = ["cryptsetup.target"]; + services.zrepl = { enable = true; settings = { diff --git a/hosts/sire/secrets/host.pub b/hosts/sire/secrets/host.pub index 93bddad..b99c515 100644 --- a/hosts/sire/secrets/host.pub +++ b/hosts/sire/secrets/host.pub @@ -1 +1 @@ -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFMbumSAJX2MOuQO+5tFoL52Fe+TRD2dZwzNCGilACQ/ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICoFkQ3/VdPXBh4cB3nRF5EtVWNV4AdEaGG0yXSBjPOD diff --git a/users/myuser/secrets/user.nix.age b/users/myuser/secrets/user.nix.age index 3f84acd..3fc0b5f 100644 Binary files a/users/myuser/secrets/user.nix.age and b/users/myuser/secrets/user.nix.age differ