feat: generalize simple network profile

This commit is contained in:
Luj 2024-08-24 01:03:39 +02:00
parent 1fef242ebf
commit 9471a6a902
2 changed files with 6 additions and 1 deletions

View file

@ -38,6 +38,11 @@
default = with profiles; [ base ];
};
defaultInterface = mkOption {
description = "default interface of the machine";
default = "ens18";
};
};
}
);