about summary refs log tree commit diff stats
path: root/modules/by-name/sh/sharkey/module.nix (follow)
Commit message (Collapse)AuthorAge
* modules/sharkey: Drop pointless dependency on `network-online.target` HEAD mainBenedikt Peetz7 days
| | | | | Sharkey can start without network and therefore does not need this dependency.
* {modules,pkgs}/sharkey: Use the sharkey package and module from nixpkgsBenedikt Peetz7 days
| | | | Sharkey was package in nixpkgs.
* modules/sharkey: Add required `@chown` syscall group to allow listBenedikt Peetz2025-04-25
| | | | The `~@priviledged` needed to go, as `@chown` is part of this group.
* modules/sharkey: Ensure, that it can access the host's CPUsBenedikt Peetz2025-04-24
| | | | This is, for some reason, needed for image uploads to sharkey.
* modules/sharkey: InitBenedikt Peetz2025-04-22