diff options
| author | seth <[email protected]> | 2023-09-03 15:13:58 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-09-03 15:18:59 -0400 |
| commit | fe850b69bc85e8196e09db6f62dfa6ef7cd015e4 (patch) | |
| tree | eeec227b5d142148ac6219d664c2d531d7b3e024 /parts/deployment.nix | |
| parent | 1fb6e8fc465e89347d4a14b8a2e36d2380b059bf (diff) | |
flake: refactor a little
Diffstat (limited to 'parts/deployment.nix')
| -rw-r--r-- | parts/deployment.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/deployment.nix b/parts/deployment.nix index f0ab7d1..b9e43da 100644 --- a/parts/deployment.nix +++ b/parts/deployment.nix @@ -69,7 +69,7 @@ in { cfg = config.services.teawiebot; inherit (lib) mkEnableOption mkIf; in { - options.services.teawiebot.enable = mkEnableOption "enable teawiebot"; + options.services.teawiebot.enable = mkEnableOption "teawiebot"; config.systemd.services = mkIf cfg.enable { teawiebot = { |
