Add some Libresign dependencies.
This commit is contained in:
parent
269e691ae1
commit
4e562a9364
1 changed files with 3 additions and 1 deletions
|
@ -61,12 +61,14 @@
|
|||
};
|
||||
virtualisation.docker.enable = true;
|
||||
users.users.nextcloud.extraGroups = [ "docker" ];
|
||||
environment.systemPackages = [
|
||||
environment.systemPackages = with pkgs; [
|
||||
poppler_utils
|
||||
(pkgs.writeScriptBin "occ" ''
|
||||
#!${pkgs.bash}/bin/bash
|
||||
exec nextcloud-occ "$@"
|
||||
'')
|
||||
];
|
||||
programs.java.binfmt = true;
|
||||
system.stateVersion = "24.11";
|
||||
};
|
||||
# https://discourse.nixos.org/t/podman-docker-in-nixos-container-ideally-in-unprivileged-one/22909/12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue