feat(ada): adding a single user (trying to patch but python is not fun)
This commit is contained in:
parent
fe18a72369
commit
ba8396e72b
2 changed files with 14 additions and 14 deletions
|
|
@ -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
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue