mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
unmask parrot
This commit is contained in:
parent
4e6b444829
commit
573aaf7ee2
1 changed files with 3 additions and 4 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue