feat(nixos): cloudzy hardware
This commit is contained in:
@@ -52,7 +52,7 @@ in {
|
||||
'';
|
||||
};
|
||||
networkMatchConfigName = lib.mkOption {
|
||||
type = lib.types.strMatching "^(enp1s0|ens3)$";
|
||||
type = lib.types.strMatching "^(enp1s0|ens3|eth0)$";
|
||||
example = "enp1s0";
|
||||
description = ''
|
||||
type of network conection,
|
||||
|
||||
Reference in New Issue
Block a user