feat(nixos): cloudzy hardware

This commit is contained in:
2025-10-28 15:59:53 +00:00
parent f08bd1e702
commit 60bd185fa4
2 changed files with 118 additions and 1 deletions

View File

@@ -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,