Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
fix(nixos): typo and add a new after target for systemd service
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Aug 23, 2024
1 parent ff876e7 commit 6151062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ in

systemd.services.komputer = {
description = "Komputer - Discord bot behave as like 'komputer'. One of character in Star Track parody series created by Dem3000";
after = [ "networking.target" ];
after = [ "network.target" "network-online.target" ];
wantedBy = [ "multi-user.target" ];
path = with pkgs; [ ffmpeg opusfile ];
environment = {
Expand Down

0 comments on commit 6151062

Please sign in to comment.