❄️ Dotfiles for our NixOS system configuration.

chore(services:lanyard): fix argument conflict

Chloe 84a0e9a6 45039268

Changed files
+1
services
lanyard
+1
services/lanyard/default.nix
···
REDIS_HOST = "localhost";
};
environmentFiles = [ config.age.secrets.lanyard.path ];
extraOptions = [ "--restart=always" ];
};
···
REDIS_HOST = "localhost";
};
environmentFiles = [ config.age.secrets.lanyard.path ];
+
autoRemoveOnStop = false;
extraOptions = [ "--restart=always" ];
};