Add wake online
This commit is contained in:
10
modules/optionnals/options.nix
Normal file
10
modules/optionnals/options.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
options.my.lanInterface = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "enp5s0";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user