mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
fixup svd: remove cfg.configFile
This commit is contained in:
parent
3a02d09756
commit
88b5731333
1 changed files with 1 additions and 6 deletions
|
|
@ -155,17 +155,12 @@ in {
|
|||
type = types.attrsOf programType;
|
||||
default = {};
|
||||
};
|
||||
configFile = lib.mkOption {
|
||||
type = types.package;
|
||||
internal = true;
|
||||
default = configFile;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.etc."supervisord.conf" = {
|
||||
source = cfg.configFile;
|
||||
source = configFile;
|
||||
};
|
||||
|
||||
environment.packages = [ supervisorctl ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue