convert tftp.loadAddress from string to int
This commit is contained in:
parent
0131686661
commit
185117843b
6 changed files with 10 additions and 10 deletions
|
@ -43,7 +43,7 @@
|
|||
|
||||
'';
|
||||
|
||||
module = { pkgs, config, lib, ...}:
|
||||
module = { pkgs, config, lib, lim, ...}:
|
||||
let
|
||||
inherit (pkgs.liminix.networking) interface;
|
||||
inherit (pkgs) openwrt;
|
||||
|
@ -120,7 +120,7 @@
|
|||
};
|
||||
};
|
||||
boot.tftp = {
|
||||
loadAddress = "0x00A00000";
|
||||
loadAddress = lim.parseInt "0x00A00000";
|
||||
};
|
||||
|
||||
kernel = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue