Commit Graph
16 Commits
Author SHA1 Message Date
Jesper 0254ae4e80 netdata: 1.9.0 -> 1.10.0 (#44472)
The web_access.patch would no longer apply.
It disabled a check that required the static files
for the web UI to be owned by the user the daemon runs as
(not root, so it doesn't work well with nix).

Besides updating netdata, this commit removes that patch,
changes the netdata service config to set the "web files owner/group"
option to "root" and adds a test that checks that the web UI is being served.

This allows the web files to be owned by root without patching.
2018-08-05 00:05:48 +02:00
Jesper Geertsen Jonsson 9877ba507b bfs: enable the test_fstype test
This test would previously fail in the nix build sandbox.
It was fixed in version 1.2.2.
2018-07-19 13:42:39 +02:00
Jesper 4a59bc4c43 bfs: 1.2.1 -> 1.2.2 (#42662) 2018-06-27 20:13:51 +02:00
Jesper ea18919b35 rclone: 1.41 -> 1.42 (#42652) 2018-06-27 20:03:11 +02:00
Jesper Geertsen Jonsson 1327218d8a zerotier: interface names changed; fix no dhcp
Since ZT v1.2.8:
ZT interface names are no longer named zt<sequence number>.
Instead they are by default named zt<network hash>.

https://www.zerotier.com/blog/2018-05-04-128.shtml
2018-06-27 15:43:55 +02:00
Jesper Geertsen Jonsson 0312fe4882 bfs: init at 1.2.1 2018-02-11 16:19:02 +01:00
Jesper Geertsen Jonsson 4cb393cf12 Adds license "BSD Zero Clause License" 2018-02-11 16:19:01 +01:00
Jesper Geertsen Jonsson 559047c67f Adds Jesper as maintainer :) 2018-02-11 16:18:19 +01:00
Jesper 2b270c1596 nixos/containers: Enable use of the network.useHostResolvConf option (#34354) 2018-01-28 14:42:15 +00:00
Jesper Geertsen Jonsson 8c0558dbb2 sg/newgrp should always be available, not chfn
sg and newgrp only changes the current user session and should be
available to users even if the "users.mutableUsers" option is set.
These are common, useful commands.

chfn does modify the /etc/passwd GECOS field which is also controlled
by the option "users.users.<name?>.description", so it's less
appropriate to make it available when "users.mutableUsers" is set.

However, because CHFN_RESTRICT in login.defs is never set in current
NixOS the chfn functionality is never available to users anyway and
may as well have its SUID disabled, as only root is able to use it.
This is recommended in the chfn man page in this case.
2018-01-14 20:54:40 +01:00
Jesper 1258d9a491 netdata: 1.7.0 -> 1.9.0 (#33009) 2017-12-26 16:54:06 -05:00
Jesper Geertsen Jonsson e7910ab2cb rclone: 1.38 -> 1.39 2017-12-25 13:53:56 +01:00
yesbox 6b3d9144b0 netdata: 1.5.0 -> 1.7.0 2017-09-17 15:22:24 +02:00
yesbox 5059db823a sonarr: 2.0.0.4928 -> 2.0.0.4949 2017-09-05 21:52:00 +02:00
yesbox e70e5de2c7 jackett: 0.7.1308 -> 0.8.151 2017-09-05 21:38:42 +02:00
Jesper Geertsen Jonsson 056e57678d grsecurity docs: fix syntax and indentation errors
Closes https://github.com/NixOS/nixpkgs/pull/23515
2017-03-05 16:05:43 +01:00