Phillip Cloud
a873cbc218
nixos/podman: use shared config drvs to populate podman module
2021-01-10 08:54:37 -05:00
Phillip Cloud
3e57cbdd3c
nixos/podman: remove assertion that docker and podman nvidia runtimes cannot both be enabled
2021-01-10 08:54:37 -05:00
Phillip Cloud
50f70cb8ed
nixos/podman: remove nvidia-container-runtime/config.toml creation from module
2021-01-10 08:54:37 -05:00
Phillip Cloud
8f1a64953e
nixos/docker: remove nvidia-container-runtime/config.toml creation from module
2021-01-10 08:54:37 -05:00
Maximilian Bosch
ab278824ae
nixos/gitea: add ma27 as maintainer
2021-01-10 14:16:09 +01:00
Aaron Andersen
cda06cb1c7
Merge pull request #108929 from ymatsiuk/addmodule
...
appgate-sdp: add appgate-sdp to modules list
2021-01-10 08:14:46 -05:00
Jörg Thalheim
b815fb2fd9
Merge pull request #105775 from xaverdh/iwd-link-unit
2021-01-10 12:35:25 +00:00
Yurii Matsiuk
c9d7003160
appgate-sdp: add appgate-sdp to modules list
2021-01-10 11:13:07 +01:00
Michele Guerini Rocco
db0adc9a44
Merge pull request #108897 from pacien/fish-foreign-env-remove-alias
...
fish-foreign-env: remove alias to incompatible package
2021-01-10 10:04:43 +01:00
pacien
052f58ffae
fish-foreign-env: remove alias to incompatible package
...
The fish-foreign-env and the fishPlugins.foreign-env packages aren't
compatible due to changes in directory layout.
It's better to remove the alias so that the evaluation explicitly fails
instead of allowing silent runtime breakage.
GitHub: see https://github.com/NixOS/nixpkgs/pull/107834#issuecomment-756995696
GitHub: see https://github.com/LnL7/nix-darwin/issues/269
GitHub: see https://github.com/nix-community/home-manager/issues/1701
GitHub: see https://github.com/nix-community/home-manager/issues/1702
2021-01-10 01:03:23 +01:00
sohalt
59bd4c1fea
nixos/mpdscribble: init
2021-01-09 23:38:12 +01:00
WORLDofPEACE
7c34e83cb2
Merge pull request #108107 from talyz/reintroduce-epiphany
...
Revert "nixos/gnome3: don't install epiphany default"
2021-01-09 16:45:31 -05:00
Aaron Andersen
4b0a2ac72c
Merge pull request #99559 from JamieMagee/nzbhydra2
...
nzbhydra2: init at 3.8.0
2021-01-09 14:23:30 -05:00
Doron Behar
70d194c818
Merge pull request #107508 from Sohalt/mpd-credentials
2021-01-09 20:54:30 +02:00
Guillaume Girol
67ff28aca0
Merge pull request #108789 from thiagokokada/add-tests-to-opentabletdriver
...
nixos/opentabletdriver: add tests
2021-01-09 15:20:52 +00:00
Jörg Thalheim
ce9a7356a3
Merge pull request #108547 from cpcloud/podman-nvidia
2021-01-09 10:37:29 +00:00
Dominik Xaver Hörl
86b3251c80
nixos/iwd: add release notes for changes to wireless interface renaming
2021-01-09 10:55:41 +01:00
Dominik Xaver Hörl
713b60460f
nixos/iwd: add networkd link configuration matching the upstream .link unit file
...
It is meant to fix the race condition between iwd and udev trying to
rename the interface.
2021-01-09 10:26:57 +01:00
Florian Klink
964c419bc0
Merge pull request #107497 from helsinki-systems/fix/tmp-mount
...
nixos/tmp: Make /tmp on ramdisk usable again
2021-01-08 23:54:46 +01:00
Thiago Kenji Okada
0573b54e29
nixos/opentabletdriver: add thiagokokada as maintainer
2021-01-08 18:53:55 -03:00
Bjørn Forsman
72d906a0ea
nixos: fix "nixos-rebuild build-vm-with-bootloader" for EFI systems
...
(The first version of this change, in commit 39fad297fd
, broke
`nix-build -A nixosTests.installer.simpleUefiSystemdBoot`. This is the
2nd version, which hopefully does not break anything.)
`nixos-rebuild build-vm-with-bootloader` currently fails with the
default NixOS EFI configuration:
$ cat >configuration.nix <<EOF
{
fileSystems."/".device = "/dev/sda1";
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}
EOF
$ nixos-rebuild build-vm-with-bootloader -I nixos-config=$PWD/configuration.nix -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-20.09.tar.gz
[...]
insmod: ERROR: could not insert module /nix/store/1ibmgfr13r8b6xyn4f0wj115819f359c-linux-5.4.83/lib/modules/5.4.83/kernel/fs/efivarfs/efivarfs.ko.xz: No such device
mount: /sys/firmware/efi/efivars: mount point does not exist.
[ 1.908328] reboot: Power down
builder for '/nix/store/dx2ycclyknvibrskwmii42sgyalagjxa-nixos-boot-disk.drv' failed with exit code 32
[...]
Fix it by setting virtualisation.useEFIBoot = true when needed.
Before:
* release-20.03: successful build, unsuccessful run
* release-20.09 (and master): unsuccessful build
After:
* Successful build and run.
Fixes #107255
2021-01-08 19:36:10 +01:00
Thiago Kenji Okada
41c50cc505
nixos/opentabletdriver: add tests
2021-01-08 14:27:40 -03:00
Phillip Cloud
890a298409
nvidia-docker: wrapProgram to pickup needed runc executable
2021-01-08 09:29:56 -05:00
Phillip Cloud
c9955d06be
nixos/podman: add nvidia runtime support
2021-01-08 09:29:55 -05:00
Alyssa Ross
8694e7de25
nixos/getty: add services.getty.loginOptions
...
This corresponds to agetty's --login-options argument.
With this change, I can set
services.getty.autologinUser = "qyliss";
services.getty.loginOptions = "-- \\u";
and have my username prefilled, but with my password still
required (unlike the normal autologinUser behaviour).
2021-01-08 13:55:25 +00:00
Sandro
2b1f8235b4
Merge pull request #108402 from ymatsiuk/add-appgate-sdp
2021-01-08 10:51:27 +01:00
Florian Klink
9414948a5a
Merge pull request #108440 from aanderse/nixos/redis
...
nixos/redis: replace extraConfig option with settings option
2021-01-08 00:33:14 +01:00
Sandro
58514b3428
Merge pull request #108380 from Patryk27/fixes/lxd-cgroup-v2
...
nixos/lxd: disable cgroup v2 when LXD is active
2021-01-08 00:23:35 +01:00
Sandro
b6fe20a272
Merge pull request #108626 from asbachb/new/nufraw
...
nufraw: init at 0.43-3
2021-01-07 23:42:05 +01:00
Benjamin Asbach
e02bf0737b
nufraw: init at 0.43-3
...
`nufraw` is used to manipulate raw images.
`nufraw-thumbnailer` is used to generate thumbnails for raw images.
relates #108444
2021-01-07 22:41:34 +01:00
WORLDofPEACE
70f5ea8836
Merge pull request #108541 from MetaDark/nixos/pipewire
...
nixos/pipewire: improve assertion messages
2021-01-07 14:35:50 -05:00
Yurii Matsiuk
239fa096b4
appgate-sdp: init at 5.1.2
2021-01-07 20:29:58 +01:00
Kira Bruneau
ddf11daac7
nixos/pipewire: improve assertion messages
2021-01-07 13:11:05 -05:00
Kevin Cox
8455fa3bca
Merge pull request #105347 from Mic92/nginx
...
nixos/nginx: add streamConfig option
2021-01-07 08:46:29 -05:00
Maximilian Bosch
1f7cbcca90
Merge pull request #108519 from Ma27/nextcloud-docs
...
nextcloud: improve documentation on defaults
2021-01-07 12:00:30 +01:00
Linus Heckemann
c1891ad2e0
Merge pull request #108579 from alyssais/mailman
...
nixos/mailman: remove spurious uwsgi.service dep
2021-01-06 14:16:53 +01:00
Andreas Rammhold
f41f0643f8
Merge pull request #107936 from andir/ml2pr/hoogle-set-the-host-to-bind-on
...
hoogle: set the host to bind on
2021-01-06 12:31:59 +01:00
Alyssa Ross
c7d13b551e
nixos/mailman: remove spurious uwsgi.service dep
...
b478e0043c
removed every other instance of uwsgi.service and
httpd.service from Mailman before and requiredBy lists. This one
looks like it was just missed, since I can't see a reason to keep it
but remove the others.
Fixes: b478e0043c
("nixos/mailman: refactor")
2021-01-06 10:44:29 +00:00
Jörg Thalheim
4dc8d7c9c1
Merge pull request #108524 from ju1m/tor
...
nixos/tor: fix client.dns.automapHostsSuffixes renaming
2021-01-06 06:52:06 +00:00
Julien Moutinho
74f9321966
nixos/tor: fix client.dns.automapHostsSuffixes renaming
2021-01-05 22:34:01 +01:00
Maximilian Bosch
78f022e791
nextcloud: improve documentation on defaults
...
* It should be made explicit in the eval-error that the CVE only affects
a component which is turned off by default.
* For more clarity, the default version used by the module is noted in
the manual.
Closes #108419
2021-01-05 22:32:05 +01:00
Jörg Thalheim
a14ea3aecc
Merge pull request #97740 from ju1m/tor
...
nixos/tor: improve type-checking and hardening
2021-01-05 16:00:40 +00:00
Michele Guerini Rocco
99bfa4bb60
Merge pull request #107834 from pacien/fishPlugins-init
...
fishPlugins: create scope and add some plugins
2021-01-05 16:48:22 +01:00
talyz
8ed9987894
nixos/gnome3: Note the reintroduction of epiphany in release notes
2021-01-05 16:27:20 +01:00
talyz
6a12654363
Revert "nixos/gnome3: don't put epiphany in favorite apps"
...
This reverts commit 70dc25abd9
.
2021-01-05 16:12:37 +01:00
talyz
39cce2f144
Revert "nixos/gnome3: don't install epiphany default"
...
This reverts commit 13b192749c
, since
https://github.com/NixOS/nixpkgs/issues/98819 is now fixed.
2021-01-05 16:12:31 +01:00
WORLDofPEACE
57e1a17ad0
Merge pull request #108465 from alyssais/getty
...
nixos/getty: rename from services.mingetty
2021-01-05 10:10:34 -05:00
Kevin Cox
e10ef1faec
Merge pull request #108131 from thiagokokada/opentabletdriver-misc-improvements
...
opentabletdriver: misc improvements to package/module
2021-01-05 08:20:39 -05:00
Alyssa Ross
6c3d21aff9
nixos/getty: rename from services.mingetty
...
It's been 8.5 years since NixOS used mingetty, but the option was
never renamed (despite the file definining the module being renamed in
9f5051b76c
("Rename mingetty module to agetty")).
I've chosen to rename it to services.getty here, rather than
services.agetty, because getty is implemantation-neutral and also the
name of the unit that is generated.
2021-01-05 09:09:42 +00:00
Robert Hensing
5540dd9b9b
Merge pull request #108416 from srhb/streamlayeredimage-symlinked-storepaths
...
dockerTools: Fix streamLayeredImage for symlinks
2021-01-05 10:00:28 +01:00