treewide: persist rework

This commit is contained in:
LavaDesu 2022-08-09 15:17:30 +07:00
parent 2c733de3b3
commit 4b1483327b
Signed by: cilly
GPG key ID: 6500251E087653C9
6 changed files with 12 additions and 11 deletions

View file

@ -15,12 +15,12 @@
hostKeys = [
{
bits = 4096;
path = "/var/persist/ssh_host_rsa_key";
path = "/persist/ssh_host_rsa_key";
rounds = 100;
type = "rsa";
}
{
path = "/var/persist/ssh_host_ed25519_key";
path = "/persist/ssh_host_ed25519_key";
rounds = 100;
type = "ed25519";
}