Fixed undefined variable : name when addind extraConfig.
This commit is contained in:
@@ -3,14 +3,18 @@
|
||||
with lib;
|
||||
|
||||
let
|
||||
# Version tagging
|
||||
it-toolsVersion = "2024.10.22-7ca5933";
|
||||
# Helper
|
||||
helper = import ./lib.nix { inherit config pkgs lib; };
|
||||
cfg = config.numbus.services.it-tools;
|
||||
# Container config
|
||||
name = "it-tools";
|
||||
in
|
||||
|
||||
helper.mkPodmanService {
|
||||
inherit name;
|
||||
description = "IT-tools, useful tools when doing IT";
|
||||
name = "it-tools";
|
||||
pod = "false";
|
||||
defaultPort = "8880";
|
||||
configDir = false;
|
||||
|
||||
Reference in New Issue
Block a user