fix(Infini-FRAMEWORK): mount host keys during boot
This commit is contained in:
parent
ac87f70428
commit
392c86f93c
2 changed files with 7 additions and 3 deletions
|
@ -31,6 +31,13 @@ in
|
|||
neededForBoot = true;
|
||||
};
|
||||
|
||||
"/etc/ssh" = {
|
||||
device = main;
|
||||
fsType = "btrfs";
|
||||
options = [ "subvolid=628" "autodefrag" "noatime" "ssd" ];
|
||||
neededForBoot = true;
|
||||
};
|
||||
|
||||
"/media/main" = {
|
||||
device = main;
|
||||
fsType = "btrfs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue