c3d2-web: reduce dependencies

This commit is contained in:
Sandro - 2023-03-23 01:31:32 +01:00
parent 61050634df
commit 19068120de
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -170,21 +170,13 @@ in
home = "/var/lib/c3d2-web"; home = "/var/lib/c3d2-web";
isSystemUser = true; isSystemUser = true;
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILARLBE2MrSaOPJ+PwXeujas9j5t989nzd2HZo7IaXLm drone@c3d2-web" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHIkIN1gi5cX2wV2WuNph/QzVK7vvYkvqnR/P69s36mZ drone@c3d2"
]; ];
packages = with pkgs; [ packages = with pkgs; [
git
# nix
curl
libxslt libxslt
# (libxslt.override {
# cryptoSupport = true;
# })
libxml2 libxml2
wget
rsync rsync
gnumake gnumake
# bash
]; ];
# otherwise the the drone ssh runner cannot log in # otherwise the the drone ssh runner cannot log in
useDefaultShell = true; useDefaultShell = true;