about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2021-12-10modules/nix-daemon: Amend daemon(CPU|IO)Sched(Policy|Class) description ↵Mikael1-16/+36
(#147497) Suggest appropriate values for various types of systems and add some formatting.
2021-12-10nixos/jitsi-videobridge: Mitigate CVE-2021-44228 (#150021)Lara1-0/+2
This commit mitigates a remote code execution vulnerability in the log4j library.
2021-12-10Merge pull request #147797 from romildo/upd.xfce0x4A6F1-1/+1
maintainers: add xfce team
2021-12-09Merge pull request #149936 from Artturin/virtiokbGraham Christensen1-0/+1
nixos/qemu-vm: add -device virtio-keyboard to opts
2021-12-10nixos/qemu-vm: add -device virtio-keyboard to optsArtturin1-0/+1
by default a ps/2 keyboard input is used which seems to cause issues on aarch64-linux when the machine is used high load, causing the keymap qwertz test to always fail and azerty to sometimes fail See https://github.com/NixOS/nixpkgs/issues/147294
2021-12-09Merge pull request #146605 from FlorianFranzen/zsa-udev0x4A6F1-3/+0
zsa-udev-rules: unstable-2020-12-16 -> 2.1.3
2021-12-09Merge pull request #149412 from helsinki-systems/feat/type-pam-optionsJanne Heß1-1/+53
nixos/pam: Type all limit options
2021-12-09Merge pull request #149642 from r-ryantm/auto-update/os-proberGuillaume Girol1-3/+3
os-prober: 1.78 -> 1.79
2021-12-09nixosTests.os-prober: fix infinite recursionGuillaume Girol1-3/+3
2021-12-09Merge pull request #145183 from veehaitch/networkd-DHCPServerStaticLeaseAndreas Rammhold3-0/+126
nixos/networkd: add `dhcpServerStaticLeaseConfig` option
2021-12-09nixos/pam: Type all limit optionsJanne Heß1-1/+53
2021-12-09Merge pull request #149769 from qowoz/podman-sortadisbladis9-10/+13
nixos/podman: sort files into directories
2021-12-08Merge pull request #149624 from dali99/fix_dokuwiki_phpAaron Andersen1-0/+4
nixos/dokuwiki: Use php74 for the phpfpm pool
2021-12-09nixos/podman: sort files into directorieszowoq9-10/+13
Makes codeowners, git history, etc. a bit simpler now that podman has expanded beyond the original single file module and test.
2021-12-09Merge pull request #149732 from qowoz/podmanadisbladis3-10/+10
podman: 3.4.3 -> 3.4.4
2021-12-09Revert "nixos/podman/tests: add workaround for broken import"zowoq3-10/+10
This reverts commit 9edf2e0ffd4ed8147fdd41ce3086290d4c0a2f30. This seems to have been fixed.
2021-12-08Merge pull request #149342 from ↵Florian Klink1-0/+6
helsinki-systems/feat/restart-systemd-on-systemconf-change nixos/switch-to-configuration: Restart systemd when system.conf is changed
2021-12-08Merge pull request #147265 from pennae/option-docs-buildSilvan Mosberger7-94/+110
put all option docs build flavors on equal footing
2021-12-08nixos/dokuwiki: Use php74 for the phpfpm poolDaniel Olsen1-0/+4
php8 does not work and is not supported
2021-12-08Revert "nixos: make GIO_EXTRA_MODULES a session variable"Jan Tojnar3-3/+3
This reverts commit abfcb79abf3ba32eb4719c48915a143370093fb7. Fixes: https://github.com/NixOS/nixpkgs/issues/149539
2021-12-08Merge pull request #149665 from Artturin/squashfscoresArtturi1-1/+8
2021-12-08make-squashfs: use $NIX_BUILD_CORES or 48 cores if above 48Artturin1-1/+8
by default all cores are used hoping this will fix the hydra i686 squashfs build issues as all the failures were using 64 cores Parallel mksquashfs: Using 64 processors Creating 4.0 filesystem on ..., block size 1048576. FATAL ERROR: mangle2:: xz compress failed with error code 5
2021-12-08Merge pull request #147506 from talyz/discourse-2.8.0.beta8Kim Lindberger2-7/+11
discourse: 2.7.9 -> 2.8.0.beta9
2021-12-08Merge pull request #149415 from helsinki-systems/feat/more-typesJörg Thalheim3-0/+4
nixos: Type some more options
2021-12-08Merge pull request #149416 from helsinki-systems/feat/type-dysnomia-optionsJörg Thalheim1-0/+6
nixos/dysnomia: Type all options
2021-12-08Merge pull request #146815 from ElvishJerricco/systemd-utils-expressionsajs1249-19/+22
Move systemd-lib.nix and systemd-unit-options.nix into utils
2021-12-08Merge pull request #149504 from mattchrist/fix-brscan5-nixos-testJörg Thalheim1-0/+1
brscan5: fix nixos test
2021-12-08Merge pull request #149587 from davidkna/patch-1Jörg Thalheim1-1/+1
nixos/snapraid: fix evaluation
2021-12-08Merge pull request #129449 from ddz/copy-initrd-secrets-after-early-mount-scriptJanne Heß3-4/+22
nixos/stage1: copy initrd secrets into place after special mounts
2021-12-08xfce: add maintainers teamJosé Romildo1-1/+1
2021-12-08nixos/snapraid: fix evaluationDavid Knaack1-1/+1
Use string concatenation operator (`+`) instead of incorrect list concatenation operator (`++`)
2021-12-08nixos/pcmcia: Type the last optionJanne Heß1-0/+1
2021-12-07brscan5: fix nixos testMatt Christ1-0/+1
import 're' so we can do regex stuff in this test
2021-12-08Merge pull request #137260 from onny/maddyPatrick Hilhorst6-0/+316
2021-12-07nixos/maddy: Add module for maddyJonas Heinrich6-0/+316
Co-authored-by: Patrick Hilhorst <git@hilhorst.be>
2021-12-07Merge pull request #147324 from ju1m/transmissionAaron Andersen1-15/+27
nixos/transmission: disable downloadDirPermissions by default
2021-12-07Merge pull request #139815 from ncfavier/fastcgiParams-pathSandro1-1/+1
2021-12-07Revert "nixos/ddclient: fix permission for ddclient.conf (#148179)"Bjørn Forsman1-1/+1
This reverts commit 6af3d13bec9b13e8fa8e19594ffbcbe085387bdd. Reported by @arcnmx (https://github.com/NixOS/nixpkgs/pull/148179#issuecomment-987197656): Does this not completely break the service? It doesn't change the owner to the same as the ddclient server (which is somewhat difficult due to it being a DynamicUser), so this now makes the service completely unusable because the config is only readable by its owner, root: ddclient[871397]: WARNING: file /run/ddclient/ddclient.conf: Cannot open file '/run/ddclient/ddclient.conf'. (Permission denied) Given that the RuntimeDirectory was only readable by the ddclient service, the warning this PR fixes was spurious and not indicative of an actual information leak. I'm not sure of what a quick fix would be due to DynamicUser, but would at least request a revert of this so the service can work again?
2021-12-07Merge pull request #149280 from netixx/fix-freeradiusJanne Heß1-0/+2
freeradius: fix radius user
2021-12-07nixos/dysnomia: Type all optionsJanne Heß1-0/+6
2021-12-07nixos/xmonad: Type the last optionJanne Heß1-0/+2
2021-12-07nixos/hoogle: Type the last optionJanne Heß1-0/+1
2021-12-07Merge pull request #148315 from hercules-ci/nixos-evalModules-legacy-cleanupSilvan Mosberger2-27/+43
NixOS/evalModules legacy cleanup
2021-12-07nixos/pleroma: create cookie if not existing (#149368)Finn Behrens1-2/+9
2021-12-07nixos/switch-to-configuration: Restart systemd when system.conf is changedJanne Heß1-0/+6
2021-12-07nixos/acme: Allow disabling bash tracingJanne Heß1-1/+6
This is horrible if you want to debug failures that happened during system switches but your 30-ish acme clients spam the log with the same messages over and over again.
2021-12-07Merge pull request #148751 from NixOS/feat/slight-stc-improvementsBernardo Meurer2-9/+21
nixos/switch-to-configuration: Add small improvements
2021-12-07nixos/networkd: add RoutingPolicyRule Type option (#146168)Yuka1-0/+2
2021-12-07freeradius: fix radius userNetix (Espinet François)1-0/+2
We now must choose either system or normal user when creating a user
2021-12-06Merge pull request #148752 from sweber83/sw/zigbee2mqtt-1.22.1Martin Weinelt1-7/+4