Unverified Commit 5f36f3ef authored by oddlama's avatar oddlama
Browse files

nixos/actual: revert 452544: add environmentFile option

This reverts commit c13f744c.
parent 3dcbf12d
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -32,16 +32,6 @@ in
      description = "Whether to open the firewall for the specified port.";
    };

    environmentFile = mkOption {
      type = types.nullOr types.path;
      default = null;
      description = ''
        Environment file for specifying additional settings such as secrets.

        See <https://actualbudget.org/docs/config/oauth-auth#environment-variables>.
      '';
    };

    settings = mkOption {
      default = { };
      description = "Server settings, refer to [the documentation](https://actualbudget.org/docs/config/) for available options.";
@@ -86,7 +76,6 @@ in
        Group = "actual";
        StateDirectory = "actual";
        WorkingDirectory = dataDir;
        EnvironmentFile = cfg.environmentFile;
        LimitNOFILE = "1048576";
        PrivateTmp = true;
        PrivateDevices = true;