aanderse
c6cd07707b
nixos/httpd: rename apache log files to have a .log file extension ( #54529 )
...
nixos/httpd: rename apache log files to have a .log file extension
2019-01-31 04:04:58 +02:00
Aaron Andersen
d13d35104d
Merge remote-tracking branch 'upstream/master' into redmine
2019-01-29 09:24:33 -05:00
Aaron Andersen
e63414078a
Enable memory hotplug support
2019-01-18 13:17:33 +00:00
Aaron Andersen
fd5a88687c
nixos/httpd: add options sslCiphers & sslProtocols
2019-01-09 11:30:19 -05:00
Aaron Andersen
5a1eb1819b
spdlog: 0.14.0 -> 0.17.0 & 1.1.0 -> 1.2.1
2018-11-27 15:57:10 -05:00
aanderse
5d78f59d37
libcec: 4.0.2 -> 4.0.3 ( #50289 )
2018-11-13 18:25:48 +01:00
Aaron Andersen
24af0bc2b5
nixos/incron: added nixos test to ensure expected behaviour
2018-11-10 20:54:10 -05:00
Aaron Andersen
0dde47a58a
nixos/gitea: add a nixos test to ensure the initial database migration succeeds so the application can start
2018-11-08 17:31:05 -05:00
Aaron Andersen
3ed52c7804
nixos/gitea: add mysql socket authentication as an option
2018-11-08 17:30:58 -05:00
Aaron Andersen
0bbb6f4f2a
nixos/gitea: fix systemd after target when mysql is the database of choice
2018-11-08 17:30:36 -05:00
Aaron Andersen
1b725def23
solr: 4.10.3 -> 7.5.0, refactor service to reflect major changes in version bump, NixOS test included
2018-11-03 13:14:13 -04:00
Aaron Andersen
51b661be2c
speed_dreams: fix compilation issues
2018-11-01 18:18:25 -04:00
Aaron Andersen
bdc293caba
flightgear & simgear: 2017.3.1 -> 2018.2.2
2018-11-01 18:17:34 -04:00
Aaron Andersen
b543748771
flightgear, simgear & speed_dreams: use openscenegraph_3_4 (version 3.4.0) instead of openscenegraph (version 3.6.2)
2018-11-01 18:15:10 -04:00
Aaron Andersen
0cca209943
openscenegraph: revive version 3.4.0
2018-11-01 18:07:12 -04:00
Aaron Andersen
ea1024e101
openscenegraph: 3.6.2 -> 3.6.3
2018-10-30 22:49:39 -04:00
Aaron Andersen
36d695f696
filesystems: escape spaces in fstab with \040
2018-10-28 20:49:34 -04:00
aanderse
1381019e49
nixos/rsyslogd & nixos/syslog-ng: fix broken module ( #47306 )
...
* journald: forward message to syslog by default if a syslog implementation is installed
* added a test to ensure rsyslog is receiving messages when expected
* added rsyslogd tests to release.nix
2018-10-27 19:01:30 +02:00
Aaron Andersen
4ed7d822be
redmine: add missing 'migrate' command prior to starting the application
...
required for plugins with a database component
see: http://www.redmine.org/projects/redmine/wiki/Plugins
2018-10-16 15:08:24 -04:00
Aaron Andersen
74e6e05479
apacheHttpd: add lynx binary path to apachectl
2018-10-11 20:37:55 -04:00
Aaron Andersen
9ea9d86126
switched from builtins.fetchurl to pkgs.fetchurl
2018-10-11 08:32:00 -04:00
Aaron Andersen
975f476cd2
quoting stateDir path in case it includes spaces
2018-10-11 08:04:47 -04:00
Aaron Andersen
72635ba359
added test to nixos/release.nix so it will be run on hydra
2018-10-10 21:16:42 -04:00
Aaron Andersen
1cb5b509f1
redmine: refactor, cleanup, bug fix, and add functionality
...
- added package option to specify which version of redmine
- added themes option back in to allow specifying redmine themes
- added plugins option back in to allow specifying redmine plugins
- added database.socket option to allow mysql unix socket authentication
- added port option to allow specifying the port rails runs on
- cleaned up Gemfile so it is much less hacky
- switched to ruby version 2.4 by default as suggested by documentation http://www.redmine.org/projects/redmine/wiki/redmineinstall#Installing-Redmine
- fixed an annoyance (bug) in the service causing recursive symlinks
- fixed ownership bug on log files generated by redmine
- updates reflecting renames in nixos options
- added a nixos test
2018-10-10 21:04:08 -04:00
Aaron Andersen
20b09542f2
perlPackages.NetSCP & perlPackages.NetSSH: init at 0.08 & 0.09
2018-09-19 10:45:05 -04:00
aanderse
e48811f83d
php: add option to enable argon2
2018-09-17 19:02:16 +02:00
aanderse
435eccf15e
kodi: fix nfs support ( #46006 )
...
libnfs is required to be in the LD_LIBRARY_PATH for kodi if you want nfs support
see: https://www.reddit.com/r/NixOS/comments/9aiquo/how_to_enable_nfs_support_in_kodi/
2018-09-03 22:33:38 +02:00
Aaron Andersen
9b12db6928
changed from forking to simple as recommended by @aszlig
2018-08-31 03:03:04 +00:00
Aaron Andersen
d7d7533c18
changes as per requested by @aszlig
2018-08-31 02:52:49 +00:00
Aaron Andersen
7bc2a0dd64
removed quotes when not needed as suggested by @aszlig
2018-08-31 02:17:38 +00:00
Aaron Andersen
d9943e6bba
added option to specify which packages are available to the system incrontab
...
recommendation by @jtojnar and @maurer
2018-08-29 00:43:28 +00:00
Aaron Andersen
3d1091eb5b
added a check to make sure a situation where a defined configuration wouldn't be unused as per recommended by @maurer
2018-08-28 23:50:55 +00:00
Aaron Andersen
1a05952f44
remove duplicate string
2018-08-27 22:37:22 +00:00
Aaron Andersen
9153e499a8
removed redundant line
2018-08-27 22:35:25 +00:00
Aaron Andersen
b77f38c3cd
added a comment about the PATH variable under which incrontab commands will run
2018-08-27 21:31:55 +00:00
Aaron Andersen
bd50320cb1
some cleanup of the package .nix file as recommended by @jtojnar
2018-08-27 21:28:20 +00:00
Aaron Andersen
7840d00532
clarified the descriptions of the allow and deny options
2018-08-27 21:15:03 +00:00
Aaron Andersen
e8d79aba4e
use fetchFromGitHub instead of fetchurl as recommended by @jtojnar
2018-08-27 20:59:19 +00:00
Aaron Andersen
64fd3f10aa
fixed mistake about location of HOME
2018-08-27 15:49:41 +00:00
Aaron Andersen
4d89adcd72
tweak the PATH variable to better match what NixOS provides
2018-08-27 15:24:10 +00:00
Aaron Andersen
fc1f33bc2c
fixed issue with system jobs
2018-08-27 15:23:19 +00:00
Aaron Andersen
8da9d7ceb1
conforming to CONTRIBUTING.md
2018-08-25 21:10:59 -04:00
Aaron Andersen
944f0b01a4
replace hardcoded guess path with what i hope is the proper nixos path
2018-08-26 01:02:33 +00:00
Aaron Andersen
63c3b7ce10
fixed license
...
added incron to pkgs
2018-08-25 20:51:39 -04:00
Aaron Andersen
fc03a9f5b7
initial work on incron service
2018-08-25 18:08:24 -04:00
Aaron Andersen
343e10aaa6
function rewritten by @Infinisil
2018-08-21 20:11:28 +02:00
Aaron Andersen
74d446176e
as requested:
...
- moved function into strings.nix
- renamed function from makePerl5Lib
- removed duplicates entries in the resulting value
- rewrote the function from scratch after learning a few things (much cleaner now)
2018-08-21 20:11:28 +02:00
Aaron Andersen
d5003f5f73
added a helper function to make a PERL5LIB environment variable for a list of perlPackages and all associated runtime dependencies
2018-08-21 20:11:28 +02:00
aanderse
35b8140eac
perlPackages.NetSFTPForeign: init at 1.89 ( #45380 )
...
* added Net::SFTP::Foreign module from CPAN
* missed patching binary path
* fixed up the license
2018-08-20 14:49:08 +01:00
Aaron Andersen
e180796caa
updated Gemfile... still needs to be fixed up though
2018-08-19 16:42:08 -04:00
Aaron Andersen
c93c0f3ae4
removed some local development stuff
2018-08-19 16:41:49 -04:00
Aaron Andersen
bb7568daf7
reworked the redmine service
...
added some security features like database.passwordFile
2018-08-19 16:29:44 -04:00
Aaron Andersen
5984ed283f
started working on bringing the redmine package back to life using gitlab as an example
2018-08-19 08:09:38 -04:00
Aaron Andersen
c74013339e
added the MLDBM package to perlPackages
2018-08-15 21:11:28 -04:00
Aaron Andersen
0624e4939d
bumped openscenegraph version from 3.4 to 3.6.2 and added more options for building it
2018-08-12 14:28:08 -04:00
aanderse
12c05697b5
added Authen::ModAuthPubTkt perl package from cpan ( #44785 )
2018-08-09 08:59:46 +02:00
aanderse
20f1388c3f
perlPackages.Apache-AuthCookie: init at 3.27 ( #44437 )
2018-08-04 12:40:48 +01:00
Aaron Andersen
4cc3a5a6c9
added the pecl oci8 library for php
...
had to make an adjustment to the oracle instantclient to make it compile
2018-08-03 21:58:57 -04:00