feat(ymir): add root ssh key, fix for btrfs subvolumes.

This commit is contained in:
CronyAkatsuki 2025-05-18 13:19:16 +02:00
parent 3ea313728d
commit bc4f187325
15 changed files with 115 additions and 105 deletions

View file

@ -19,7 +19,7 @@
file = ../../../secrets/root-passwd.age;
};
};
identityPaths = ["/home/crony/.ssh/main"];
identityPaths = ["/home/crony/.ssh/main" "/root/.ssh/id_ed25519"];
};
};
}