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

This commit is contained in:
Infinidoge 2022-04-22 01:51:17 -04:00
parent 392c86f93c
commit 81deee8e27
2 changed files with 7 additions and 5 deletions

View file

@ -34,6 +34,13 @@ in
neededForBoot = true;
};
"/etc/ssh" = {
device = main;
fsType = "btrfs";
options = [ "subvolid=262" "autodefrag" "noatime" "ssd" ];
neededForBoot = true;
};
"/media/main" = {
device = main;
fsType = "btrfs";