reformat all the nix files
using nix run -f channel:nixos-unstable nixfmt -c nixfmt $(git ls-files *.nix)
This commit is contained in:
parent
a7f51f92f1
commit
bf0be939cc
14 changed files with 312 additions and 312 deletions
|
@ -1,15 +1,12 @@
|
|||
{
|
||||
wleInterface,
|
||||
wleSSID,
|
||||
# Generate Encrypted Passphrase with: wpa_passphrase <wleSSID> <passphrase>
|
||||
wlePassphrase,
|
||||
# TODO: Type
|
||||
# TODO: Multi-Band, if available
|
||||
{ wleInterface, wleSSID,
|
||||
# Generate Encrypted Passphrase with: wpa_passphrase <wleSSID> <passphrase>
|
||||
wlePassphrase,
|
||||
# TODO: Type
|
||||
# TODO: Multi-Band, if available
|
||||
}:
|
||||
|
||||
let pkgs = import<nixpkgs>{};
|
||||
in
|
||||
{
|
||||
let pkgs = import <nixpkgs> { };
|
||||
in {
|
||||
boot.extraModprobeConfig = ''
|
||||
options cfg80211 ieee80211_regdom=US
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue