mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
change juicefs docker port mapping
This commit is contained in:
parent
593434481b
commit
e907a8e3bd
1 changed files with 7 additions and 7 deletions
|
|
@ -50,13 +50,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.miniflux = {
|
||||
enable = true;
|
||||
adminCredentialsFile = "/etc/nixos/secrets/minifluxadmin";
|
||||
config = {
|
||||
LISTEN_ADDR = "0.0.0.0:8086";
|
||||
};
|
||||
};
|
||||
# services.miniflux = {
|
||||
# enable = true;
|
||||
# adminCredentialsFile = "/etc/nixos/secrets/minifluxadmin";
|
||||
# config = {
|
||||
# LISTEN_ADDR = "0.0.0.0:8086";
|
||||
# };
|
||||
# };
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue