Infini-DL360: make /etc/ssh needed for boot
This commit is contained in:
parent
d6ff3c8c70
commit
9848287141
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,8 @@ in
|
||||||
{
|
{
|
||||||
boot.kernelPackages = lib.mkForce config.boot.zfs.package.latestCompatibleLinuxPackages;
|
boot.kernelPackages = lib.mkForce config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||||
|
|
||||||
|
persist.directories = [ "/etc/ssh" ];
|
||||||
|
|
||||||
disko.devices = {
|
disko.devices = {
|
||||||
nodev."/" = {
|
nodev."/" = {
|
||||||
fsType = "tmpfs";
|
fsType = "tmpfs";
|
||||||
|
@ -60,4 +62,5 @@ in
|
||||||
|
|
||||||
fileSystems."/persist".neededForBoot = true;
|
fileSystems."/persist".neededForBoot = true;
|
||||||
fileSystems."/storage".neededForBoot = true;
|
fileSystems."/storage".neededForBoot = true;
|
||||||
|
fileSystems."/etc/ssh".neededForBoot = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue