diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-04-17 17:18:19 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-04-19 11:10:00 -0600 |
| commit | c85e8fe37d06358b06674020899e920f5fb1818b (patch) | |
| tree | 8d60c30e9e9f909e74397bb68af73b3858d503f6 /pkgs/xandikos/default.nix | |
| parent | 686e6e85e83770dc3ab18613ad5dad50ed59dda8 (diff) | |
home/pim: enable Xandikos DAV server
Diffstat (limited to 'pkgs/xandikos/default.nix')
| -rw-r--r-- | pkgs/xandikos/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/xandikos/default.nix b/pkgs/xandikos/default.nix new file mode 100644 index 0000000..0810efa --- /dev/null +++ b/pkgs/xandikos/default.nix @@ -0,0 +1,6 @@ +{ xandikos +, systemd +}: +xandikos.overridePythonAttrs (super: { + dependencies = super.dependencies ++ [ systemd ]; +}) |
