changed discord bot from docker container to systemd service

This commit is contained in:
ISnortPennies 2023-01-19 20:40:22 -05:00
parent e1987d6461
commit 257c6102ff
9 changed files with 67 additions and 50 deletions

View file

@ -14,7 +14,6 @@ let
echo "RUN AS ROOT"
exit 1
fi
rm /nix/var/nix/gcroots/auto/*
nix-collect-garbage -d
'';