Commit Graph
41 Commits
Author SHA1 Message Date
Marius Bergmann 58009e8520 python3Packages.pygments: 2.7.4 -> 2.8.1 2021-04-03 17:48:17 +02:00
Marius Bergmann a04bdd8fbe appdaemon: fix astral dependency (#116777)
appdaemon v4.0.5 pins astral to v1.10.1. The appdaemon package
definition removes this pinning. However, the current nixpkgs version of
astral (v2.x) is incompatible with the v1.x API. I added an override for
the astral package to bring back v1.10.1 into this derivation.
2021-03-20 14:05:41 +01:00
Marius Bergmann ebaedb0e11 pythondialog: init at 3.4.0 2019-11-05 16:26:08 -08:00
Marius Bergmann 4d7da18f5c perlPackages.Socket6: fix sv_undef compilation error
Socket6.xs redefines `PV_sv_undef`, which breaks compilation from
306d5cdf03 ("perlPackages: Add cross-compilation support."). I added a patch
to remove this redefinition. Compilation is now working again.
2018-04-14 18:00:35 +02:00
Marius Bergmann 7e1a1889a7 journalbeat: 5.6.0 -> 5.6.8 2018-03-20 18:25:52 +01:00
Marius Bergmann 8154f9ebd5 restic: update project website (#36408)
* restic: update project website

The project website has changed, so I updated it.

* restic: no trailing slash
2018-03-07 08:10:02 +00:00
Marius Bergmann 03b84c4e24 restic: 0.8.2 -> 0.8.3 2018-02-27 07:50:55 +01:00
Marius Bergmann c78bcf9f1b restic: 0.8.1 -> 0.8.2 2018-02-20 08:08:38 +01:00
Marius Bergmann 2841725034 unifi: 5.6.29 -> 5.6.30 2018-02-06 08:48:17 +01:00
Marius Bergmann 448fdc221c keepalived: 1.3.6 -> 1.4.1 2018-02-06 08:37:00 +01:00
Marius Bergmann 33b5995442 restic: 0.7.1 -> 0.8.0 2017-11-27 08:55:37 +01:00
Marius Bergmann 0edf82e93e unifi: 5.6.20 -> 5.6.22 2017-11-10 08:05:00 +01:00
Marius Bergmann acd8172bf4 unifi: 5.6.19 -> 5.6.20 2017-11-08 09:01:44 +01:00
Marius Bergmann e741cc4881 nullmailer: add remotesFile option
The current `remotes` option is a string option containing nullmailer remote
definitions. However, those definitions may contain secret credentials and
should therefore not be put world-readable in the nix store.

I added a `remotesFile` option, which allows to specify a path to the remotes
definition file instead. This way, the definitions can be kept outside of the
nix store with more secure file permissions.
2017-09-28 08:52:21 +02:00
Marius Bergmann 02e89de71c nullmailer: use proper description for remotes option 2017-09-28 08:52:21 +02:00
Marius Bergmann f9d64a068b nullmailer: fix relative -> absolute path in preStart script 2017-09-28 08:52:21 +02:00
Marius Bergmann dd50575d5a znc: fix openFirewall option
The current version is broken:
- there's no `openFirewall` attribute directly in the `cfg` set
- the `port` option is an attribute of the `confOptions` set

I used the proper attribute for the firewall port and moved the `openFirewall`
option directly up to the `services.znc` set, as it's rather a general option
for the whole service than a znc-specific option (which are located inside the
`confOptions` set).
2017-09-27 22:18:03 +02:00
Marius Bergmann 1e9606adb7 keepalived: 1.3.5 -> 1.3.6 2017-08-15 14:50:31 +02:00
Marius Bergmann 4a93ce179d journalbeat: 5.4.1 -> 5.5.0 2017-08-03 22:23:53 +02:00
Marius Bergmann 42d93e9724 restic: 0.7.0 -> 0.7.1 2017-08-02 08:16:47 +02:00
Marius Bergmann 091d0c8298 unifi: 5.5.19 -> 5.5.20 2017-08-01 12:20:08 +02:00
Marius Bergmann 3006919a0b restic: 0.6.1 -> 0.7.0 2017-07-15 01:36:09 +02:00
Marius Bergmann 766cbda1f3 journalbeat: 5.1.2 -> 5.4.1 2017-06-05 23:15:44 +02:00
Marius Bergmann 41efae4500 restic: 0.6.0 -> 0.6.1 2017-06-01 17:41:56 +02:00
Marius Bergmann a49eb2f3b8 restic: 0.5.0 -> 0.6.0 2017-05-29 23:58:59 +02:00
Marius Bergmann 6ecb92a3c3 cfssl: init at 20170527 2017-05-28 18:43:04 +02:00
Marius Bergmann 7ae9c8ab5e unifi: 5.4.14 -> 5.5.11 2017-05-01 23:00:59 +02:00
Marius Bergmann d25f7c9eed yarn: 0.22.0 -> 0.23.2 (#25189) 2017-04-25 11:05:35 +01:00
Marius Bergmann 6572f5e81b keepalived service: init (#22755) 2017-04-20 12:50:59 +01:00
Marius Bergmann e94437d1ed mopidy: Add gst-plugins-bad to buildInputs
Needed for processing .m4a files.
2017-04-07 00:16:29 +02:00
Marius Bergmann 427d33bfaa keepalived: 1.3.4 -> 1.3.5 2017-03-24 00:28:43 +01:00
Marius Bergmann 2a65628826 restic: init at 0.5.0 2017-03-15 23:45:42 +01:00
Marius Bergmann 2876cd7e98 inspectrum: 20160403 -> 20170218 2017-03-14 23:42:18 +01:00
Marius Bergmann ee69ee419b liquid-dsp: init at 20170307
liquid-dsp is a dependency for the latest git version of inspectrum, therefore I
added it in order to be able to upgrade inspectrum.
2017-03-14 23:42:18 +01:00
Marius Bergmann 7bcb58ad71 keepalived: 1.3.2 -> 1.3.4 2017-02-19 19:50:21 +01:00
Marius Bergmann 4ebfc19335 keepalived: 1.2.19 -> 1.3.2 2017-02-15 13:05:16 +01:00
Marius Bergmann 1d6c853860 termite: unbreak by packaging vte-ng
termite broke when upgrading Gnome, as this removed a dependency from
the tree. I packaged this dependency (vte-ng) based upon the work of
@globin in https://github.com/NixOS/nixpkgs/issues/22026.
2017-01-28 01:06:24 +01:00
Marius Bergmann 00444cbf25 journalbeat service: init at 5.1.2
Journalbeat is a log shipper from systemd/journald to
Logstash/Elasticsearch. I added a package as well as a NixOS service
module for it.
2017-01-23 18:28:55 +01:00
Marius Bergmann d2523a4f3d rssh: Make rssh a valid shell
The rssh package did not have the 'shellPath' attribute, so it could not
be used as the default shell for a nixos user. I fixed this by adding
the attribute.
2016-12-01 14:48:47 +01:00
Marius Bergmann 51652ac3aa smokeping service: Use setuid-wrapped fping binary
The current default probe config uses the unwrapped fping binary, which
leads to an error because fping must be executed with elevated
permissions.

I fixed this by changing the path to the default binary to the
setuid-wrapped version.
2016-11-03 09:44:21 +01:00
Marius Bergmann 248bf519c9 smokeping service: Fix permissions in $smokepingHome
In the prestart config of the smokeping service, smokeping is executed
initially. This happens as the user root and writes some files to
$smokepingHome, which can't be overwritten by the smokeping user. This
gives an error message.

I fixed this by moving the chown step after the initial smokeping runs,
so that it also affects the generated files.
2016-11-02 13:18:57 +01:00