mob next [ci-skip] [ci skip] [skip ci]

lastFile:flake.nix
This commit is contained in:
2026-05-07 17:29:46 +07:00
parent da41b8b568
commit 33047aad22
+6 -2
View File
@@ -92,9 +92,13 @@
config = profiles.identifyProfile "glinet_gl-mt6000" // { config = profiles.identifyProfile "glinet_gl-mt6000" // {
# add package to include in the image, ie. packages that you don't # add package to include in the image, ie. packages that you don't
# want to install manually later # want to install manually later
packages = [ "tcpdump" ]; packages = [
"tcpdump"
"relayd"
"luci-proto-relay"
];
disabledServices = [ "dnsmasq" ]; disabledServices = [ ];
# include files in the images. # include files in the images.
# to set UCI configuration, create a uci-defauts scripts as per # to set UCI configuration, create a uci-defauts scripts as per