feat(ada): adding a single user (trying to patch but python is not fun)

This commit is contained in:
Raphael 2025-05-19 00:31:42 +02:00
parent fe18a72369
commit ba8396e72b
2 changed files with 14 additions and 14 deletions

View file

@ -5,9 +5,6 @@ let
in
{
config = lib.mkIf cfg {
environment.systemPackages = with pkgs; [
nix
];
systemd.services.bot_bde = {
description = "BDE discord bot public";
after = [
@ -24,9 +21,6 @@ in
EnvironmentFile = "/opt/Bot_Auth/.env";
Restart = "on-failure";
RestartSec = 5;
Environment = lib.mkForce ''
Environment=PYTHONUNBUFFERED=1
'';
};
};
};