fix(Infini-SERVER): mount host keys during boot

This commit is contained in:
Infinidoge 2022-04-22 01:54:17 -04:00
parent 890a2ad36b
commit d3d7fcfb04
2 changed files with 7 additions and 5 deletions

View file

@ -51,6 +51,13 @@ in
neededForBoot = true;
};
"/etc/ssh" = {
device = main;
fsType = "btrfs";
options = [ "subvolid=264" "ssd" ] ++ btrfsOptions;
neededForBoot = true;
};
"/persist/srv" = lib.mkIf (data != null) {
device = data;
fsType = "btrfs";