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
1 changed files with 1 additions and 9 deletions

View File

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