Skip to content

Commit

Permalink
add systemd.sockets to systemdCompat for module eval of scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgi committed Oct 26, 2020
1 parent b223fee commit 91b1cdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/supervisord-cluster/default.nix
Expand Up @@ -39,6 +39,7 @@ let
mkStartScript = envConfig: let
systemdCompat.options = {
systemd.services = lib.mkOption {};
systemd.sockets = lib.mkOption {};
users = lib.mkOption {};
assertions = lib.mkOption {};
};
Expand Down

0 comments on commit 91b1cdd

Please sign in to comment.