mob next [ci-skip] [ci skip] [skip ci]
lastFile:flake.nix
This commit is contained in:
@@ -92,9 +92,13 @@
|
||||
config = profiles.identifyProfile "glinet_gl-mt6000" // {
|
||||
# add package to include in the image, ie. packages that you don't
|
||||
# want to install manually later
|
||||
packages = [ "tcpdump" ];
|
||||
packages = [
|
||||
"tcpdump"
|
||||
"relayd"
|
||||
"luci-proto-relay"
|
||||
];
|
||||
|
||||
disabledServices = [ "dnsmasq" ];
|
||||
disabledServices = [ ];
|
||||
|
||||
# include files in the images.
|
||||
# to set UCI configuration, create a uci-defauts scripts as per
|
||||
|
||||
Reference in New Issue
Block a user