aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/sh (unfollow)
Commit message (Collapse)Author
2025-07-13modules/sharkey: Drop pointless dependency on `network-online.target`Benedikt Peetz
Sharkey can start without network and therefore does not need this dependency.
2025-07-13{modules,pkgs}/sharkey: Use the sharkey package and module from nixpkgsBenedikt Peetz
Sharkey was package in nixpkgs.
2025-04-25modules/sharkey: Add required `@chown` syscall group to allow listBenedikt Peetz
The `~@priviledged` needed to go, as `@chown` is part of this group.
2025-04-24modules/sharkey: Ensure, that it can access the host's CPUsBenedikt Peetz
This is, for some reason, needed for image uploads to sharkey.
2025-04-22modules/sharkey: InitBenedikt Peetz