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 = { };
systemd.services.parrot = {
enable = false;
wantedBy = [ "multi-user.target" ];
wants = [ "network-online.target" ];
after = [ "network-online.target" ];
#wantedBy = [ "multi-user.target" ];
#wants = [ "network-online.target" ];
#after = [ "network-online.target" ];
script = lib.getExe pkgs.parrot;
serviceConfig = {
EnvironmentFile = config.sops.secrets.discordenv.path;