Skip to content

Commit 5894a97

Browse files
Merge pull request #312 from NuschtOS/fix-search
initrd: fix nuschtos search
2 parents 06d0564 + 59a2c55 commit 5894a97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/initrd.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ in
1414
enable = lib.mkOption {
1515
type = lib.types.bool;
1616
default = cfgs.enable;
17+
defaultText = lib.literalExpression "config.boot.initrd.network.ssh.enable";
1718
description = ''
1819
Whether to check if all interface related kernel modules are loaded in initrd.
1920

0 commit comments

Comments
 (0)