about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2021-11-28Merge pull request #147683 from rnhmjoj/pr-monero-cliMichele Guerini Rocco1-1/+1
monero: rename to monero-cli
2021-11-28Merge pull request #147399 from dali99/update_hydrus2Graham Christensen2-0/+12
hydrus: 462 -> 463
2021-11-28monero: rename to monero-clirnhmjoj1-1/+1
To make repology.org happy, use the -cli suffix.
2021-11-28Merge pull request #147323 from Artturin/vmwareguestArtturi1-2/+3
2021-11-28hydrus: 462 -> 463Daniel Olsen2-2/+2
2021-11-28nixos/doc: Add note about big updates regarding hydrus to release notesDaniel Olsen2-0/+12
2021-11-27Merge pull request #146467 from l0b0/test-pam-d-generationArtturi6-4/+60
2021-11-27security/pam: Document test locationVictor Engmark1-0/+3
2021-11-27tests: Move all PAM tests into a separate directoryVictor Engmark4-5/+5
As per <https://github.com/NixOS/nixpkgs/pull/146467#issuecomment-972743535>.
2021-11-27Revert "Merge pull request #141192 from ↵Michael Weiss5-591/+87
helsinki-systems/feat/improved-socket-handling2" This reverts commit 57961d2b838cc31fa4ce89641b6a8db544a8471a, reversing changes made to b04f913afce4419f6b777fd64ac52315dbef3aaf. (I.e. this reverts PR #141192.) While well-intended, this change does unfortunately introduce very serious regressions that are especially disruptive/noticeable on desktop systems (e.g. users of Sway will loose their graphical session when running "nixos-rebuild switch"). Therefore, this change has to be reverted ASAP instead of trying to fix it in "production". Note: An updated version should be extensively discussed, reviewed, and tested before re-landing this change as an earlier version also had to be reverted for the exact same issues [0]. Fix: #146727 [0]: https://github.com/NixOS/nixpkgs/pull/73871#issuecomment-559783752
2021-11-27tests: Verify /etc/pam.d/chfn file contentsVictor Engmark3-0/+53
2021-11-26Merge pull request #147490 from illdefined/nix-daemonThiago Kenji Okada1-0/+2
modules/nix-daemon: Add missing mk(Rename|Removed)OptionModule
2021-11-26Merge pull request #147459 from samueldr/fix/nix-bash-completion-2.4Thiago Kenji Okada1-1/+1
Fix bash completion for stable nix-* commands with Nix 2.4
2021-11-26modules/nix-daemon: Add missing mk(Rename|Removed)OptionModuleMikael Voss1-0/+2
Commit 3a92a1a replaced the nix.daemonNiceLevel and nix.daemonIONiceLevel options. This commit adds appropriate mk(Rename|Removed)OptionModule.
2021-11-26nixos: Provide nix-bash-completions again for stable commandsSamuel Dionne-Riel1-1/+1
2021-11-26nixos/installer: Quote variable referencesVictor Engmark1-2/+2
See <https://github.com/koalaman/shellcheck/wiki/SC2086>.
2021-11-26nixos/installer: Use `-n` instead of `! -z`Victor Engmark1-1/+1
See <https://github.com/koalaman/shellcheck/wiki/SC2236>.
2021-11-26nixos/installer: Mark scripts as Bash for ShellCheckVictor Engmark4-0/+4
See <https://github.com/koalaman/shellcheck/wiki/SC2239>.
2021-11-25Merge pull request #147132 from MrMebelMan/update/kratosThiago Kenji Okada2-0/+41
kratos: 0.7.6-alpha.1 -> 0.8.0-alpha.3
2021-11-25nixos/vmware-guest: add display-manager to after andArtturin1-2/+3
add ConditionVirtualization and remove unneeded before and wants which are not in the upstream package, the wantedBy should be enough
2021-11-25Merge pull request #142839 from ivan/zsh-autosuggestions-config-asyncSandro1-0/+8
2021-11-24nixos/acme: add an option for reloading systemd services after renewalPoscat1-0/+12
2021-11-24Revert msize related commits (#147180)Artturi3-5/+4
2021-11-23kratos: 0.7.6-alpha.1 -> 0.8.0-alpha.3Vladyslav Burzakovskyy2-0/+41
2021-11-23nixos/bluetooth: fix bluetooth warningsYurii Matsiuk1-4/+0
2021-11-22nixos/documentation: index devman by default if enabledsternenseemann1-2/+6
It's quite ridiculous that we currently require manual intervention just to have devman indexed if dev.enable == true.
2021-11-22nixos/doc: check in converted docbook for 22.05 release notessternenseemann1-0/+35
This was forgotten in 2768bc07f78a18aa26f869f39e37e87fd15544a6 and should hopefully avoid an all too confusing rebase / merge conflict later.
2021-11-22add release notes for 22.05 and update codenameTimothy DeHerrera1-0/+13
2021-11-22nixos-install: support --no-root-passwordGraham Christensen2-5/+10
2021-11-22Merge master into staging-nextgithub-actions[bot]6-2/+7
2021-11-22Merge pull request #146964 from Artturin/systemdreaddArtturi1-0/+1
2021-11-22Merge pull request #143886 from Julow/xmonad-large-closureSandro1-1/+2
2021-11-22Merge pull request #143995 from erictapen/systemd-workingdirectorySandro3-0/+3
2021-11-22Merge pull request #145049 from fernsehmuell/patch-1Rok Garbas1-1/+1
add opcache to list of php packages
2021-11-22nixos/systemd: readd dbus-org.freedesktop.login1.service to upstreamSystemUnitsArtturin1-0/+1
it was removed in https://github.com/NixOS/nixpkgs/commit/eb862c48ddc288243c5447e8decc623b10ef165c#diff-5ea4693beb4bdd8f7efcdd3204ceea67c86f59b3d1c28cde063ddf03e1d20fbfL66 without this change i get Failed to list users: Unit dbus-org.freedesktop.login1.service not found. when i update and rebuild
2021-11-21Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer6-12/+44
Conflicts: pkgs/applications/window-managers/sway/default.nix
2021-11-21Merge pull request #146928 from Artturin/fixtestArtturi1-3/+3
nixos/tests/installer: increase memorySize to 3G
2021-11-21nixos/tests/installer: increase memorySize to 3GArtturin1-3/+3
and increase the memory flags too
2021-11-21Merge pull request #122995 from primeos/sway-install-default-wallpaperPatrick Hilhorst1-0/+2
2021-11-21Merge pull request #137176 from GoldsteinE/clickhouse-packageNiklas Hambüchen1-4/+13
nixos/clickhouse: add package option
2021-11-21nixos/clickhouse: add package optionGoldstein1-4/+13
Consistent with other services and helps to work around #130101
2021-11-21Merge pull request #146445 from GTrunSec/nomadAaron Andersen1-3/+16
nixos/nomad: add flag of plugin-dir
2021-11-21Merge pull request #146728 from newAM/sabnzbd-package-optionAaron Andersen1-1/+8
nixos/sabnzbd: add package option
2021-11-21Merge pull request #141833 from poscat0x04/dovecot-quota-backendajs1241-1/+2
nixos/dovecot: use the count backend for quota plugin
2021-11-21Merge master into staging-nextgithub-actions[bot]70-93/+12
2021-11-21Merge pull request #146804 from Artturin/qemudefaultmemArtturi61-82/+1
2021-11-21nixos/qemu-vm: default memorySize 384 -> 1024Artturin61-82/+1
the default hasn't been changed since 2009 this can improve our test performances nixos/tests: remove explicit memorySize <1024 1024MiB is now the default
2021-11-21Merge pull request #146829 from r-burns/isx86Sandro10-11/+11
2021-11-21Merge master into staging-nextgithub-actions[bot]4-1/+30
2021-11-20treewide: refactor isi686 && isx86_64 -> isx86Ryan Burns10-11/+11