finally fixing the ups, plus tons of formatting
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{ lib, config, ... }:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.nas-apps.beszel;
|
||||
@@ -16,9 +11,7 @@ in
|
||||
autoStart = cfg.autoStart;
|
||||
image = cfg.image;
|
||||
ports = [ "${cfg.httpPort}:8090" ];
|
||||
volumes = [
|
||||
"${cfg.configPath}:/beszel_data"
|
||||
];
|
||||
volumes = [ "${cfg.configPath}:/beszel_data" ];
|
||||
environment = {
|
||||
PUID = cfg.puid;
|
||||
PGID = cfg.pgid;
|
||||
|
||||
Reference in New Issue
Block a user