WIP push to see what passes

This commit is contained in:
Daniel Barlow 2023-03-01 22:24:58 +00:00
parent 259f5c767b
commit adc198b3af
7 changed files with 100 additions and 57 deletions

View file

@ -75,6 +75,9 @@ in {
default = [];
example = ["ath9k" "ath10k"];
};
networkInterfaces = mkOption {
type = types.attrsOf types.anything;
};
};
};
config = {