Domen Kožar
6eacc17157
nixos tests: move common configuration into separate file
...
This allows tests outside nixos to use acme setup.
2018-09-24 20:07:33 +01:00
1000101
082bf52e31
nixos/trezord: revised and updated udev rules
...
nixos/trezord: revised and updated udev rules
2018-09-24 19:55:14 +02:00
xeji
9163c057e7
Merge pull request #47155 from xeji/p/installer-tests
...
nixos/tests/installer: prevent race between parted and udev
2018-09-24 18:59:50 +02:00
xeji
c525111133
nixos/tests/hound: fix non-deterministic failure ( #47152 )
...
The test failed on Hydra in one instance because a request to the
server was sent before indexing was finished.
Retry the request until it succeeds (or times out).
2018-09-24 17:31:46 +02:00
Edward Tjörnhammar
8ab4cbdac3
nixos: initrd/luks: make uuid specified devices discoverable
2018-09-24 16:35:46 +02:00
Jörg Thalheim
21b29cdd43
Merge pull request #34409 from steveeJ/steveej-qemu-vm-fixes
...
qemu-vm: fix script syntax and VM args
2018-09-24 11:59:52 +01:00
Eelco Dolstra
9c53116d49
Revert "nixos: set nixos in nixPath"
...
This reverts commit 67c8c49177
.
'nix run nixos.firefox' is *not* supposed to work - the Nix 2.x
interface attempts to standardize on nixpkgs.*, to get rid of the
nixos/nixpkgs confusion that existed with the channels interface. So
let's not bring that confusion back.
2018-09-24 10:42:01 +02:00
Samuel Dionne-Riel
ebf041d4bd
Merge pull request #46193 from oxij/nixos/manual-to-doc
...
nixos: doc: implement #12542
2018-09-24 00:09:23 -04:00
Jörg Thalheim
5e5cd96189
Merge pull request #47180 from avnik/fix/rmilter
...
Fix rmilter socket path, add deprecation notice
2018-09-24 01:40:13 +01:00
Matthew Bauer
cc72143f7d
Merge pull request #47206 from matthewbauer/add-nixos-to-nixpath
...
nixos: set nixos in nixPath
2018-09-23 18:47:44 -05:00
Matthew Bauer
1f0626a789
Merge pull request #47205 from matthewbauer/add-kdoctools
...
kde: add kdoctools to default environment
2018-09-23 18:46:36 -05:00
Matthew Bauer
eb1b55b38f
Merge pull request #47204 from matthewbauer/make-firefox-default
...
nixos: make firefox the default browser
2018-09-23 18:45:03 -05:00
Jan Malakhovski
0f3b89bbed
nixos: doc: move non-service parts of `service.nixosManual` to `documentation.nixos`
2018-09-23 20:50:47 +00:00
Jan Malakhovski
fe744d3fb1
nixos: doc: rename `manual` to `manualHTML`, cleanup references
...
Because when I see "config.system.build.manual.manual" after I forgot
what it means I ask "Why do I need that second `.manual` there again?".
Doesn't happen with `config.system.build.manual.manualHTML`.
2018-09-23 20:47:58 +00:00
Will Dietz
7c74bc002f
19.03: fix section id
2018-09-23 15:25:16 -05:00
Matthew Bauer
611cc31aa4
kde: add kdoctools to default environment
...
khelpcenter needs meinproc5 to work properly. Hopefully doesn’t effect
closure sizes too much - kdoctools is rather small.
Fixes #46539
/cc @ttuegel
2018-09-23 13:38:50 -05:00
Sarah Brofeldt
7ac9e75583
Merge pull request #46959 from worldofpeace/emby/correct-permission
...
nixos/emby: ensure plugins are writeable
2018-09-23 20:33:29 +02:00
Sarah Brofeldt
7fb0194d41
Merge pull request #45161 from Gerschtli/update/ts3
...
teamspeak_server: 3.0.13.6 -> 3.3.0
2018-09-23 20:24:48 +02:00
John Ericson
1146ae1a71
release-notes/19.03: add release notes for nix 2.0 requirement bump
...
This is taken from the 18.09 change, which was reverted on release-18.09
but not master. The now-false 18.09 release notes were just removed from
master in 29854e2426
, but since the
underlying change is still there, release notes for 19.03 are warranted.
This commit takes the now-reverted release notes and reuses them for
that.
2018-09-23 12:01:58 -04:00
John Ericson
fe20b58d66
release-notes: Add missing "Backward Incompatibilities" section
...
This has been part of every release since 17.03. I think the template
for new releases should be updated to contain this.
2018-09-23 12:01:49 -04:00
Alexander V. Nikolaev
868040ee22
rmilter: deprecation notice
2018-09-23 18:51:40 +03:00
Matthew Bauer
29854e2426
Revert "nixos docs: add release notes for nix 2.0 requiremnt bump"
...
This reverts commit 18f9539655
.
(cherry picked from commit 02bb97e5bb30cdbd9097c5efcf0560b8188b2940)
2018-09-23 11:23:20 -04:00
Vladyslav Mykhailichenko
3b7ecaa798
iwd: 0.7 -> 0.8
2018-09-23 15:26:55 +03:00
xeji
589b290b43
nixos/tests/prosody: use sqlite database ( #47185 )
...
The test didn't catch an issue with luadbi because it used
internal storage only. Switch to sqlite to test sql access.
2018-09-23 10:46:22 +02:00
Frederik Rietdijk
56853dc6d8
Merge pull request #45941 from NixOS/staging-next
...
Staging next
2018-09-23 09:31:28 +02:00
Matthew Bauer
67c8c49177
nixos: set nixos in nixPath
...
This makes using the nixos channel work out of the box with the new
Nix commands. For example:
$ nix run nixos.firefox -c firefox
Fixes #46536
2018-09-23 00:14:27 -05:00
Matthew Bauer
94bec239d5
nixos: make firefox default browser
...
Without this the graphical installer has no way to open the manual.
You can fix it yourself by installing any HTML browser but this might
be unfamiliar to users new to NixOS and without any other way to open
the manual. The downside is it will also increase download sizes.
Fixes #46537
2018-09-22 23:33:16 -05:00
Uli Baum
845ae983f6
nixos/iso-image: fix 32bit UEFI boot
...
UEFI iso image for i686 didn't boot because the
default boot file was incorrectly named bootx32.efi.
The correct name is bootia32.efi.
2018-09-23 00:18:50 +02:00
Stefan Junker
f777d2b719
virtualization/qemu-vm: fix and improve virtio/scsi switching
2018-09-22 23:29:19 +02:00
xeji
6e6e0a987b
nixos/tests/codimd: fix non-deterministic failure ( #47179 )
...
Test failed non-deterministically due to an obvious copy/paste error.
Fix it and increase wait time to 10s (2s may not be enough on Hydra).
2018-09-22 21:31:46 +02:00
WilliButz
13e738f1e8
nixos/release.nix: run test for pgjwt ( #47181 )
2018-09-22 20:49:23 +02:00
Alexander V. Nikolaev
08f266490b
rmilter: move rmilter.sock out of /run/rmilter
...
/run/rmilter is set by systemd, and have root:root ownership, which
prevent pid file to write.
This fix suggested to be promoted to 18.09 branch.
(Although rmilter itself is deprecated, and I plan to remove it, after
18.09 would be released)
2018-09-22 20:57:08 +03:00
Michael Peyton Jones
5b3c8485d6
sddm: link whole sddm directory, not just themes ( #47174 )
2018-09-22 19:23:31 +02:00
Uli Baum
7dd6a5192d
nixos/tests/installer: stop udev queue before calling mdadm
...
In the swraid test, temporarily stop udev queue execution while
creating mdraid devices to prevent a race with udev, see
https://groups.google.com/forum/#!topic/scylladb-dev/u87yHgo3ylU
2018-09-22 12:33:15 +02:00
Uli Baum
c46677fec2
nixos/tests/installer: use flock for all parted calls
...
to further reduce risk of race with udev, like util-linux
recommends for sfdisk:
https://github.com/karelzak/util-linux/blob/v2.32/disk-utils/sfdisk.8#L71
2018-09-22 12:22:17 +02:00
Uli Baum
a5183762c5
nixos/tests/installer: prevent race between parted and udev
...
by combining all parted commands into a single parted call.
This eliminates one cause of non-deterministic failure.
2018-09-22 01:32:06 +02:00
Jan Tojnar
93408aecc4
Merge pull request #46274 from mvnetbiz/libratbag
...
libratbag: init at v0.9.903
2018-09-21 22:49:17 +02:00
Matt Votava
9a859fb7f9
libratbag: init at v0.9.903
...
Add package libratbag and service module ratbagd
Libratbag contains ratbagd daemon and ratbagctl cli to configure
buttons, dpi, leds, etc. of gaming mice.
Add mvnetbiz to maintainers.
2018-09-21 02:13:49 -07:00
Jörg Thalheim
06df7c9a33
Merge pull request #47077 from xeji/p/ferm-test
...
nixos/tests/ferm: disable dhcpcd
2018-09-21 09:58:00 +01:00
Sarah Brofeldt
a4e9ab65f6
Merge pull request #47102 from xeji/p/test-atd
...
nixos/tests/atd: wait for atd to start
2018-09-21 10:09:28 +02:00
Uli Baum
8ffd65b12e
nixos/tests/atd: wait for atd to start
...
The test failed non-deterministically when an at command was
issued before the atd daemon was running.
2018-09-21 09:22:03 +02:00
Graham Christensen
10450ffd5b
Merge pull request #47017 from grahamc/docker-tools-test
...
dockerTools.buildImage: test that created=now makes an unstable date
2018-09-20 20:02:51 -04:00
Uli Baum
5e7b7b805a
nixos/tests/ferm: disable dhcpcd
...
The test failed in one run on Hydra, logs look like
dhcpcd changed ipv6 routing at just the wrong time.
Disable dhcpcd. It's not needed, the test uses static IPs anyway.
2018-09-21 01:17:41 +02:00
xeji
e40d850fd1
nixos/tests/gdk-pixbuf: fix test on i686 ( #46916 )
...
Test didn't run because it tried to create a VM with 4096M RAM
but qemu-system-i386 has a hard 2047M memory limit.
- reduce memory to 2047M on i686.
- increase timeout 300s -> 1800s because the tests are much slower
on i686 and timed out.
2018-09-20 21:29:37 +02:00
Graham Christensen
aedc651903
dockerTools.buildImage: test that created=now makes an unstable date
2018-09-20 13:06:14 -04:00
adisbladis
b0987f2013
Merge pull request #46510 from worldofpeace/installer-refactor
...
installer: refactor
2018-09-20 22:55:42 +08:00
xeji
05659962cd
nixos/tests/networking.virtual: prevent non-deterministic failure ( #46949 )
...
The test failed non-deterministically on Hydra because interfaces
sometimes weren't yet fully cleaned up when the result was checked.
2018-09-20 13:20:12 +02:00
Maximilian Bosch
8b58a7187c
nixos/yabar: fix module & test ( #46954 )
...
The `pkgs.yabar` package is relatively old (2016-04) and contains
several issues fixed on master. `yabar-unstable` containsa recent master
build with several fixes and a lot of new features (I use
`yabar-unstable` for some time now and had no issues with it).
In the upstream bugtracker some bugs could be fixed on ArchLinux by
simply installing `yabar-git` (an AUR package which builds a recent
master).
To stabilize the module, the option `programs.yabar.package` now
defaults to `pkgs.yabar-unstable` and yields a warning with several
linked issues that are known on `pkgs.yabar`.
The test has been refactored as well to ensure that `yabar` actually
starts (and avoid non-deterministic random success) and takes a
screenshot of a very minimalistic configuration on IceWM.
Fixes #46899
2018-09-20 12:47:46 +02:00
worldofpeace
a16c6d85a1
nixos/emby: ensure plugins are writeable
2018-09-20 06:35:51 -04:00
Eelco Dolstra
869f615ff4
nix: 2.1.1 -> 2.1.2
2018-09-20 00:17:45 +02:00
Domen Kožar
5715aa1951
datadog-agent: remove privateTmp=true
...
This allows postgres integration to connect to socket in /tmp
2018-09-19 18:53:51 +01:00
Edmund Wu
1a15b10ae3
lightdm: fix tmpfiles path ( #46886 )
2018-09-19 16:54:13 +02:00
xeji
beb8ca2887
nixos/tests/hibernate: prevent non-deterministic failure ( #46882 )
...
... that occurred mostly on i686. Improve timing.
With this, the failures are no longer reproducible on my machine.
2018-09-19 16:19:45 +02:00
xeji
daf40ab165
nixos/tests/containers-imperative: fix on i686 ( #46874 )
...
Test failed on i686 in a sandbox because some packages required
to build the nixos manual for the container were missing. Add them.
2018-09-19 16:19:31 +02:00
WilliButz
3961cab52f
codimd: remove unneeded defaults
2018-09-18 23:15:34 +02:00
WilliButz
fc93264f59
codimd: fix option `configuration.saml.idpCert`
2018-09-18 23:15:34 +02:00
Elis Hirwing
5664e64a01
nixos/activation: Switch from bash to sh to avoid reading users bash config ( #46851 )
...
This fixes #46750 . This should also work with non-POSIX shells like in #46042 .
2018-09-18 21:47:14 +02:00
xeji
a83d61b708
nixos/release.nix: disable tests.ec2-config ( #46830 )
...
This test doesn't work in a sandbox and never succeeded on Hydra.
It simulates an EC2 instance reconfiguring itself at runtime,
which needs network access.
2018-09-18 19:27:36 +02:00
Frederik Rietdijk
de419917a3
Merge master into staging-next
2018-09-18 18:44:48 +02:00
Jörg Thalheim
f8b2c1318c
Merge pull request #46634 from mdorman/airsonic-parameters
...
airsonic: provide additional jvm configuration
2018-09-18 08:20:53 +01:00
xeji
8a2bf1319d
Merge pull request #46769 from samueldr/zhf/grub
...
Fixes grub1 installer tests
2018-09-17 19:12:23 +02:00
Jean-Paul Calderone
57834da7fc
nixos/tor: Correct "transparent" typo
2018-09-17 16:13:11 +02:00
Samuel Dionne-Riel
b63c539bdc
nixos/tests/installer: grub1 needs /tmp to exist.
2018-09-17 09:31:43 -04:00
Graham Christensen
c8cc8d496d
Merge pull request #46777 from erikarvstedt/docs
...
Improve docs
2018-09-17 09:31:30 -04:00
WilliButz
dd5dcc65ac
nixos/tests: add test for codimd
2018-09-17 15:18:52 +02:00
WilliButz
db846a88a8
nixos/codimd: add module
2018-09-17 15:18:52 +02:00
Erik Arvstedt
4c755e1218
nixos display-managers: fix typo in description
2018-09-17 15:03:01 +02:00
Erik Arvstedt
a91330a41b
nixos tests doc: update VM state path
2018-09-17 15:02:58 +02:00
Erik Arvstedt
6e203af399
nixos tests doc: add example statement
2018-09-17 13:08:08 +02:00
Erik Arvstedt
b0956b0ae3
nixos tests doc: fix example statement
...
False statements don't cause NixOS tests to fail, we need to throw an
exception or terminate.
2018-09-17 13:08:02 +02:00
worldofpeace
67e9571ba4
nixos/lightdm: use systemd.tmpfiles ( #46734 )
...
This also makes logs appear at /var/log/lightdm
2018-09-17 11:02:21 +02:00
Peter Hoeg
f456d7f575
Merge pull request #32045 from ck3d/nixos-lirc
...
initial NixOS module for LIRC
2018-09-17 11:35:15 +08:00
Peter Hoeg
3904016a3d
Merge pull request #43812 from binarin/epmd-systemd-pr
...
epmd: Introduce erlang port mapper daemon service
2018-09-17 11:33:09 +08:00
Jörg Thalheim
8ceaf29f3b
Merge pull request #46741 from pacien/exim-module-package-opt
...
exim: parametrise package
2018-09-16 22:53:02 +01:00
Jörg Thalheim
fc41ea8c8e
Merge pull request #46144 from dasJ/nullidentdmod-module
...
nixos/nullidentdmod: Init
2018-09-16 22:06:59 +01:00
rembo10
f1c9d5cf23
Add sickbeard module (with SickGear & SickRage)
2018-09-16 21:54:16 +02:00
pacien
d73ed4264f
exim: parametrise package
...
This allows the definition of a custom derivation of Exim,
which can be used to enable custom features such as LDAP and PAM support.
The default behaviour remains unchanged (defaulting to pkgs.exim).
2018-09-16 15:19:29 +02:00
Christian Kögler
533efd0cfd
initial NixOS module for LIRC
2018-09-14 03:57:51 +02:00
Michael Alan Dorman
c76312aea5
airsonic: provide additional jvm configuration
...
This allows the user, among other things, to configure jukebox output
to go to non-default alsa devices.
2018-09-13 20:05:02 -04:00
Sarah Brofeldt
d024f91349
Merge pull request #46573 from johanot/kubernetes-1.10-1.11
...
kubernetes: 1.10.5 -> 1.11.3
2018-09-13 11:29:11 +02:00
Domen Kožar
bef541c569
datadog: add live process monitoring
2018-09-13 09:11:06 +01:00
Domen Kožar
049b3a6cc2
nixos: remove unneeded api_key from config
2018-09-13 09:11:06 +01:00
Uli Baum
1df2560dde
Merge branch 'master' into staging-next
2018-09-13 10:08:53 +02:00
Johan Thomsen
a49f56c3b1
kubernetes: 1.10.5 -> 1.11.3
...
Fixed minor issue where kube-addon manager complaints about
/opt/namespace.yaml missing.
Added release notes with reference to Kubernetes 1.11 release notes.
closes #43882
2018-09-12 15:17:02 +02:00
Robin Gloster
929f71d381
grafana module: allow path for extraConfig vals
2018-09-12 14:21:46 +02:00
Robin Gloster
515a7aa452
acme module: fix self-signed cert with openssl 1.1
2018-09-12 13:40:46 +02:00
Sarah Brofeldt
66f6105978
nixos/doc: Add stable pre-release warning ( #46473 )
2018-09-11 15:42:15 +02:00
Joachim F
e02575b906
Merge pull request #46381 from Chiiruno/dev/zeronet
...
nixos/zeronet: Fix TOR permissions, add torAlways option
2018-09-11 10:28:32 +00:00
Jörg Thalheim
1bdba70b71
Merge pull request #44496 from Yarny0/hylafaxplus
...
Hylafaxplus
2018-09-11 10:48:19 +01:00
Jörg Thalheim
c8ccc433df
nixos/hylafax: show correct option in warning message.
2018-09-11 10:38:04 +01:00
Erik Arvstedt
7a42623c23
networking.hostId: fix cmd in description
...
1. Simplify the command by reading directly from /etc/machine-id which
is already a random, lower-case hex string
2. Previously, the command output could be too short because of missing
leading digits. This is now fixed.
2018-09-11 11:29:04 +02:00
worldofpeace
2430a13bca
installer: refactor
2018-09-11 02:23:16 -04:00
Edward Tjörnhammar
9dc661aa72
nixos/i2pd: Update options to encompass recent additions to the daemon
...
Also:
* switch to flat sysdir
* remove nixos default reseeds, rely on program defaults
* refactor config expressions
2018-09-09 18:48:51 +02:00
xeji
17c51ef436
Merge pull request #45925 from markuskowa/ompi-up
...
slurm: 17.11.9-2 -> 18.08.0-1
2018-09-09 14:20:00 +02:00
Jan Malakhovski
b23f6a3714
nixos: xdg: fix indent and eol spaces
2018-09-08 17:20:56 -05:00
Matthew Bauer
fb0e0dcbc6
xdg/mime.nix: ensure $out/share/mime/packages exists
...
For update-mime-database to work, you must have to have some mime
packages installed. In some DEs like XFCE this is not guaranteed to
happen. In that case just skip the update-mime-database call.
Fixes #46162
2018-09-08 16:54:12 -05:00
Jan Malakhovski
4e5e240770
nixos/release.nix: add `configuration` parameter
2018-09-08 21:49:12 +00:00
Jan Malakhovski
c3593f3599
nixos/release.nix: import lib once
2018-09-08 21:49:08 +00:00
Jan Malakhovski
fe0b5273cc
nixos/release.nix: make `makeNetboot` more like `makeIso`
2018-09-08 21:49:06 +00:00
Markus Kowalewski
0051772890
nixos/slurm: add option clusterName
...
slurm 18.08 requires ClusterName to be set
(set to default).
2018-09-08 23:14:54 +02:00