Home : Fix container issues.
This commit is contained in:
parent
91a431b675
commit
c927c3def8
|
@ -40,7 +40,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
config = { ... }: container.mkContainerConfig cfg {
|
||||
config = { pkgs, ... }: container.mkContainerConfig cfg {
|
||||
services.onlyoffice = let
|
||||
dbName = "onlyoffice";
|
||||
in {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# ipp://192.168.2.237
|
||||
# Pantum M6500W-Series
|
||||
{ container, pkgs, lib, config, ... }: with lib; let
|
||||
{ container, pkgs, lib, config, ... } @args: with lib; let
|
||||
cfg = config.container.module.print;
|
||||
package = pkgs.callPackage ./print args;
|
||||
in {
|
||||
|
|
|
@ -32,10 +32,11 @@
|
|||
yt.enable = true;
|
||||
};
|
||||
|
||||
storage = "/storage/hot/container";
|
||||
domain = "voronind.com";
|
||||
host = "192.168.1.2";
|
||||
interface = "enp7s0";
|
||||
storage = "/storage/hot/container";
|
||||
domain = "voronind.com";
|
||||
host = "192.168.1.2";
|
||||
interface = "enp7s0";
|
||||
localAccess = "192.168.1.0/24";
|
||||
media = {
|
||||
anime = [ "/storage/cold_1/media/anime" "/storage/cold_2/media/anime" ];
|
||||
book = [ "/storage/hot/media/book" ];
|
||||
|
|
Loading…
Reference in a new issue