Skip to content

Commit 4434be2

Browse files
committed
The interface is not optional
1 parent 753e6aa commit 4434be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
'';
144144
};
145145
interface = lib.mkOption {
146-
type = lib.types.nullOr lib.types.str;
146+
type = lib.types.str;
147147
description = ''
148148
The name of the network interface to listen on.
149149
'';

0 commit comments

Comments
 (0)