1
0
Fork 0

Remove obsolete option

This commit is contained in:
Malte Brandy 2020-11-20 19:05:01 +01:00
parent 0ffdf78241
commit 1479f3d836
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -10,6 +10,5 @@ in {
# copy the secret into the additional initramfs. `null` means same path
secrets."${secretsFile}" = null;
};
loader.supportsInitrdSecrets = lib.mkForce true;
};
}