diff options
| author | Martin Fischer <martin@push-f.com> | 2025-12-26 09:49:39 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2025-12-26 09:49:39 +0100 |
| commit | 8a87746af6493e889ba8aa9bde9efc5887b803ed (patch) | |
| tree | 4e8bb7297ca4bdbc14ddd460e9773c88902e778a | |
| parent | bd0edb97421398b1491314014c7e0f9d3b01236c (diff) | |
nix: rename service to kebap-case
| -rw-r--r-- | service.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/service.nix b/service.nix index 7e2fabc..8114223 100644 --- a/service.nix +++ b/service.nix @@ -2,11 +2,11 @@ let osm_proposals = pkgs.callPackage ./default.nix {}; - cfg = config.services.osm_proposals; + cfg = config.services.osm-proposals; in { - options.services.osm_proposals = { - enable = lib.mkEnableOption "osm_proposals"; + options.services.osm-proposals = { + enable = lib.mkEnableOption "osm-proposals"; virtualHost = lib.mkOption { type = lib.types.str; |
