1
0
Fork 0

Fix identity paths because of disk persistence

This commit is contained in:
Malte 2023-02-03 02:10:36 +01:00
parent 65324206a6
commit 9caf3d37c5
2 changed files with 4 additions and 0 deletions

View file

@ -19,6 +19,8 @@ in {
../../roles/metal.nix
];
age.identityPaths = ["/disk/persist/etc/ssh/ssh_host_ed25519_key"];
fileSystems = let
btrfsOptions = {options = ["compress=zstd" "autodefrag" "noatime"];};
in {

View file

@ -22,6 +22,8 @@ in {
../../roles/standalone
];
age.identityPaths = ["/disk/persist/etc/ssh/ssh_host_ed25519_key"];
fileSystems = let
btrfsOptions = {options = ["compress=zstd" "autodefrag" "noatime"];};
in {