Fixed undefined variable : name when addind extraConfig.
This commit is contained in:
@@ -12,11 +12,13 @@ let
|
||||
# Helper
|
||||
helper = import ./lib.nix { inherit config pkgs lib; };
|
||||
cfg = config.numbus.services.nextcloud;
|
||||
# Container config
|
||||
name = "nextcloud";
|
||||
in
|
||||
|
||||
helper.mkPodmanService {
|
||||
inherit name;
|
||||
description = "Nextcloud, your own online office suite";
|
||||
name = "nextcloud";
|
||||
pod = "nextcloud";
|
||||
defaultPort = "1100";
|
||||
generatedSecrets = {
|
||||
|
||||
Reference in New Issue
Block a user