Skip to content

Commit

Permalink
Remove hyphen from default user
Browse files Browse the repository at this point in the history
  • Loading branch information
Brawl345 committed Sep 10, 2024
1 parent 4124359 commit a1bb29e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

let
cfg = config.services.tagesschau-eilbot;
defaultUser = "tagesschau-eilbot";
defaultUser = "tagesschaueilbot";
inherit (lib)
mkEnableOption
mkMerge
Expand All @@ -29,7 +29,7 @@ in
user = mkOption {
type = types.str;
default = defaultUser;
description = "User under which RSS Bot runs.";
description = "User under which Telegram Breaking News Bot runs.";
};

adminId = mkOption {
Expand Down Expand Up @@ -127,7 +127,7 @@ in
};

systemd.services.tagesschau-eilbot = {
description = "RSS Bot for Telegram";
description = "Tagesschau Breaking News Bot for Telegram";
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];

Expand Down

0 comments on commit a1bb29e

Please sign in to comment.