Commit graph

225371 commits

Author SHA1 Message Date
Dominique Martinet
d8fa2627f3 mpd: remove user/group from conf
the options should not be set as we already change user with service
file, man mpd.conf says "Do not use this option if you start MPD as an
unprivileged user"

The group option actually is not documented at all anymore and probably
no longer exists.

These options get in the way of setting up confinement for the service,
as it would otherwise be pretty straightforward to setup, but even if
mpd is not root it would check the user exists within the chroot which
is more work (need to get nss working):

  systemd.services.mpd = {
    serviceConfig.BindPaths = [
      # mpd state dir
      "/var/lib/mpd"
      # notify systemd service started up
      "/run/systemd/notify"
    ];
    serviceConfig.BindReadOnlyPaths = [
      "/path/to/music:/var/lib/mpd/music"
    ];
    # ProtectSystem is not compatible with confinement
    serviceConfig.ProtectSystem = lib.mkForce false;
    confinement = {
      enable = true;
      binSh = null;
      mode = "chroot-only";
    };
  };
2020-05-10 20:24:33 +02:00
pablo1107
7341598420 perlPackages.StringInterpolate: init at 0.32 2020-05-10 20:18:50 +02:00
pablo1107
fc3d6386db maintainers: add pablovsky 2020-05-10 20:18:50 +02:00
Gaelan
4ed7e23636 nixos/device-tree: fix package name in examples
deviceTree_rpi got renamed to device-tree_rpi a while back, so this updates the examples to reflect that.
2020-05-10 20:13:54 +02:00
Damien Cassou
d531e72397
nix-direnv: init at 1.0.0 2020-05-10 20:09:24 +02:00
Matt Layher
3d055b1c68 corerad: 0.2.3 -> 0.2.4 2020-05-10 14:04:11 -04:00
R. RyanTM
99847a4e9d python27Packages.pymupdf: 1.16.16 -> 1.16.18 2020-05-10 19:44:37 +02:00
Dominique Martinet
4c81174f4c
nixos/confinement: add conflict for ProtectSystem service option
Systemd ProtectSystem is incompatible with the chroot we make
for confinement. The options is redundant with what we do anyway
so warn if it had been set and advise to disable it.

Merges: https://github.com/NixOS/nixpkgs/pull/87420
2020-05-10 19:25:41 +02:00
Luke Granger-Brown
5da1393030 deluge: add glib so its hook works.
At the moment, runing `deluge` with the deluge package installed returns
"No GSettings schemas are installed on the system".

After this patch, XDG_DATA_DIRS includes the gsettings-desktop-schemas,
which means the program actually manages to launch.
2020-05-10 19:24:09 +02:00
Gabriel Ebner
af238824f4 curaPlugins.octoprint: 3.5.11 -> 3.5.12 2020-05-10 19:06:01 +02:00
Gabriel Ebner
bc56fe5759 cura: 4.5.0 -> 4.6.1 2020-05-10 19:06:01 +02:00
Gabriel Ebner
9f23ba56f1 python3Packages.uranium: 4.5.0 -> 4.6.1 2020-05-10 19:06:01 +02:00
Gabriel Ebner
ddac66d6b8 python3Packages.libarcus: 4.5.0 -> 4.6.1 2020-05-10 19:06:01 +02:00
Gabriel Ebner
be985ba49e python3Packages.libsavitar: 4.5.0 -> 4.6.1 2020-05-10 19:06:01 +02:00
Gabriel Ebner
53df8b1a27 python3Packages.trimesh: init at 3.6.36 2020-05-10 19:05:55 +02:00
R. RyanTM
ae4d9cb9a0 stacks: 2.52 -> 2.53 2020-05-10 09:37:29 -07:00
R. RyanTM
8d66945c6e python37Packages.zeroconf: 0.24.5 -> 0.26.0 2020-05-10 09:36:32 -07:00
R. RyanTM
3eb94f3f8c seafile-shared: 7.0.6 -> 7.0.7 2020-05-10 09:35:31 -07:00
R. RyanTM
23bacaa090 remmina: 1.4.1 -> 1.4.3 2020-05-10 09:35:19 -07:00
R. RyanTM
9c15de6ea4 suricata: 5.0.2 -> 5.0.3 2020-05-10 09:35:02 -07:00
Elis Hirwing
e7b5f78031
Merge pull request #87504 from stigtsp/package/oq-fix-build
oq: 1.0.2 -> 1.1.0, fix build
2020-05-10 18:34:35 +02:00
R. RyanTM
6383f231aa stress-ng: 0.11.07 -> 0.11.08 2020-05-10 09:34:13 -07:00
R. RyanTM
b24960a6ea sec: 2.8.2 -> 2.8.3 2020-05-10 09:33:34 -07:00
R. RyanTM
bd8488b774 python27Packages.treq: 18.6.0 -> 20.4.1 2020-05-10 09:30:17 -07:00
R. RyanTM
b558ad1ba7 python27Packages.pyvmomi: 6.7.1.2018.12 -> 7.0 2020-05-10 09:26:40 -07:00
R. RyanTM
f82006b9af solr: 8.5.0 -> 8.5.1 2020-05-10 16:21:51 +00:00
Stig Palmquist
83738b69f8
oq: 1.0.2 -> 1.1.0 2020-05-10 17:05:51 +02:00
R. RyanTM
add53f7660 squashfs-tools-ng: 0.9 -> 0.9.1 2020-05-10 17:04:43 +02:00
Ryan Mulligan
91031a8407
Merge pull request #83736 from r-ryantm/auto-update/libsignal-protocol-c
libsignal-protocol-c: 2.3.2 -> 2.3.3
2020-05-10 07:58:14 -07:00
Stig Palmquist
6dbe177f29
oq: fix build 2020-05-10 16:54:34 +02:00
R. RyanTM
92d970c766
snakemake: 5.15.0 -> 5.16.0 (#87496) 2020-05-10 10:09:53 -04:00
Richard Marko
a6ac6d00f9 nixos/raspberrypi-builder: fix cross using buildPackages 2020-05-10 16:03:31 +02:00
Richard Marko
03ae0c0fe2 nixos/uboot-builder: fix cross using buildPackages 2020-05-10 16:03:31 +02:00
Daniël de Kok
b1792c41f6 resilio-sync: 2.6.4 -> 2.7.0
Changelog:

https://help.resilio.com/hc/en-us/articles/206216855-Sync-2-x-change-log
2020-05-10 16:01:14 +02:00
Andreas Rammhold
a432f832bf nixos/tests/gitdaemon: fix spurious test failures due to flaky network
This test is sometimes flaky on hydra as at the time of the `git clone`
the network isn't really configured yet[1]. That problem doesn't seem to
occur locally but if you run it on a machine with high enough load (such
as hydra build machines). Hopefully this will make the test not flaky
anymore.

[1] https://hydra.nixos.org/build/118710378/nixlog/21/raw
2020-05-10 15:58:54 +02:00
Mario Rodas
88fd82dc2c
Merge pull request #87485 from r-ryantm/auto-update/rsyslog
rsyslog: 8.2002.0 -> 8.2004.0
2020-05-10 08:37:52 -05:00
Ryan Mulligan
f88bdf383b
Merge pull request #87460 from r-ryantm/auto-update/qbittorrent
qbittorrent: 4.2.2 -> 4.2.5
2020-05-10 06:36:20 -07:00
Ryan Mulligan
58d3628af8
Merge pull request #87467 from r-ryantm/auto-update/qbs
qbs: 1.15.0 -> 1.16.0
2020-05-10 06:34:41 -07:00
Michael Weiss
ec285b873f
jekyll: 4.0.0 -> 4.0.1 2020-05-10 15:18:31 +02:00
Jörg Thalheim
24055420f9
Merge pull request #87283 from Luflosi/patch-dino 2020-05-10 14:09:39 +01:00
Michael Weiss
22fef8ebb1
tdesktop: 2.1.2 -> 2.1.4 2020-05-10 15:08:06 +02:00
Michael Weiss
1104de365e
gns3-{gui,server}: 2.2.7 -> 2.2.8 2020-05-10 14:58:38 +02:00
R. RyanTM
6e9c5e8a9f gitAndTools.svn-all-fast-export: 1.0.17 -> 1.0.18 2020-05-10 12:41:00 +00:00
R. RyanTM
8da0ce4c45 rsyslog: 8.2002.0 -> 8.2004.0 2020-05-10 11:39:15 +00:00
R. RyanTM
024a6dc45b gnomeExtensions.clipboard-indicator: 30 -> 34 2020-05-10 13:11:56 +02:00
Michael Weiss
6c1b066eb5
isync: Add myself (@primeos) as maintainer
Since 887295fd2d we need a new maintainer and I depend on this
software. The rest of the changes is just a refactoring (apart from
meta attributes).
2020-05-10 12:54:05 +02:00
R. RyanTM
ef53fe2af2 qmmp: 1.3.7 -> 1.4.0 2020-05-10 12:49:58 +02:00
José Romildo Malaquias
be03474637
Merge pull request #77054 from formbay/nvidia-persistenced
nixos/nvidia : added nvidia-persistenced
2020-05-10 07:42:47 -03:00
R. RyanTM
37cf3a60ed scala: 2.13.1 -> 2.13.2 2020-05-10 10:37:38 +00:00
Kim Lindberger
e4efa8bc83
Merge pull request #86614 from talyz/php-buildpecl-pecldeps
php.buildPecl: Make it possible for PECLs to depend on other PECLs, fix apcu_bc and couchbase
2020-05-10 12:37:22 +02:00