unmask parrot

This commit is contained in:
Gerg-L 2024-03-24 14:20:07 -04:00
parent 4e6b444829
commit 573aaf7ee2
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -8,10 +8,9 @@ _:
{ {
sops.secrets.discordenv = { }; sops.secrets.discordenv = { };
systemd.services.parrot = { systemd.services.parrot = {
enable = false; #wantedBy = [ "multi-user.target" ];
wantedBy = [ "multi-user.target" ]; #wants = [ "network-online.target" ];
wants = [ "network-online.target" ]; #after = [ "network-online.target" ];
after = [ "network-online.target" ];
script = lib.getExe pkgs.parrot; script = lib.getExe pkgs.parrot;
serviceConfig = { serviceConfig = {
EnvironmentFile = config.sops.secrets.discordenv.path; EnvironmentFile = config.sops.secrets.discordenv.path;