feat(nixos): cloudzy hardware

This commit is contained in:
2025-10-28 15:59:53 +00:00
parent c3f1d34767
commit e00c2663e5
2 changed files with 118 additions and 1 deletions
@@ -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,