feat: add interface naming module

This commit is contained in:
oddlama 2023-12-22 01:47:12 +01:00
parent 42374eff1f
commit 073a8ae3b3
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 56 additions and 2 deletions

View file

@ -1 +1,5 @@
{}
{
imports = [
./interface-naming.nix
];
}