about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2023-03-21Merge pull request #220928 from figsoda/starshipfigsoda1-4/+21
2023-03-22Merge pull request #220656 from oxzi/restic-cache-fixLassulus2-6/+7
nixos/restic: generalize cache configuration
2023-03-21Merge pull request #222236 from K900/bye-dpiRyan Lahfa7-80/+67
nixos/hidpi: remove
2023-03-21nixos/console: let the kernel pick the default fontK9001-5/+3
2023-03-21nixos/hidpi: removeK9006-75/+64
The single option tries to do too much work, which just ends up confusing people. So: - don't force the console font, the kernel can figure this out as of #210205 - don't force the systemd-boot mode, it's an awkward mode that's not supported on most things and will break flicker-free boot - add a separate option for the xorg cursor scaling trick and move it under the xorg namespace - add a general `fonts.optimizeForVeryHighDPI` option that explicitly says what it does - alias the old option to that - don't set any of those automatically in nixos-generate-config
2023-03-21Merge pull request #222149 from wegank/limesurvey-bumpWeijia Wang1-2/+31
limesurvey: 3.27.33+220125 -> 5.6.9+230306
2023-03-21nixos/zram: add writebackDevice option and corresponding testNick Cao2-8/+46
2023-03-21Merge pull request #222228 from erictapen/gollumNick Cao1-1/+1
gollum: 5.3.0 -> 5.3.1
2023-03-21Merge pull request #222006 from mdarocha/remove-bagetSandro5-172/+4
2023-03-20nixos/gollum: fix deprecation warningKerstin Humm1-1/+1
2023-03-20Merge pull request #222193 from Ma27/bump-giteaSandro1-1/+1
gitea: 1.18.5 -> 1.19.0
2023-03-20nixos/prometheus.alertmanagerIrcRelay: initAlvar Penning3-0/+110
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
2023-03-20gitea: 1.18.5 -> 1.19.0Maximilian Bosch1-1/+1
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.19.0
2023-03-20limesurvey: 3.27.33+220125 -> 5.6.9+230306Weijia Wang1-2/+31
2023-03-20Merge pull request #221684 from SuperSandro2000/portunus-localhostSandro1-1/+1
nixos/portunus: fix portunus not only listening on localhost
2023-03-20Merge pull request #221075 from fufexan/regreetLily Foster3-0/+78
nixos/regreet: init
2023-03-20Merge pull request #222151 from nazarewk/supergfxd-pathK9001-0/+1
supergfxd: add missing kmod to PATH
2023-03-20supergfxd: add missing kmod to PATHKrzysztof Nazarewski1-0/+1
2023-03-19tvbrowser: use alias for old tvbrowser-binYarny01-2/+0
...instead of a hard throw.
2023-03-20systemd-lib: fix building -.slice (root slice)Sandro Jäckel1-1/+1
The error was: dirname: invalid option -- '.' Try 'dirname --help' for more information.
2023-03-20nixos/regreet: initMihai Fufezan3-0/+78
2023-03-19nixos/portunus: fix portunus not only listening on localhostSandro Jäckel1-1/+1
Closes #221678
2023-03-19Merge pull request #222042 from Ma27/fix-matrix-wellknown-exampleMaximilian Bosch1-4/+1
nixos/doc: fix .well-known example for matrix-synapse
2023-03-19Merge pull request #221376 from laalsaas/plasma-exclude-packagesK9002-68/+72
plasma5: move excludePackages option for consistency
2023-03-19Merge pull request #210205 from 9ary/kernel-fontsRyan Lahfa1-5/+12
Build the large Terminus font into the kernel
2023-03-19plasma5: move excludePackages option for consistencylaalsaas2-68/+72
2023-03-19Merge pull request #217515 from tensor5/nextcloud-s3-sse-cSandro2-0/+24
2023-03-19Merge pull request #194594 from nbraud/hidpiRyan Lahfa2-5/+11
nixos/hidpi: Harmonise default with documented recommendations
2023-03-19Merge pull request #221642 from Izorkin/fix-roundcube-tmpRyan Lahfa1-0/+2
nixos/roundcube: add tmp directory
2023-03-19nixos/doc: fix .well-known example for matrix-synapseMaximilian Bosch1-4/+1
I'm using this config on my homeserver and while trying out alternative Matrix clients I discovered (pun intended) that the auto-discovery of my homeserver is broken. While investigating I found out that neither the JS nor the Rust SDK (tested via element-web and fractal) are happy about an empty `m.identity_server`-block. Removing this part fixed the problem for me.
2023-03-19Merge pull request #202995 from tomfitzhenry/sgtpuzzles-testFrancesco Gazzetta2-0/+35
nixos/tests/sgtpuzzles: init
2023-03-19baget: remove due to upstream being unmaintainedmdarocha5-172/+4
2023-03-19nixos/manual: apply options preprocessing to full manualpennae1-1/+5
the conversion to the markdown-based workflow missed that generating the manual as docbook also generates the option docs with nixos-specific wrapper elements that require postprocessing before the document is real, valid docbook. restore this processing to the full manual. it's not the prettiest thing, done like this, but we only need it for one release so it doesn't have to be.
2023-03-19nixos/sssd: create symlinks in /etc to fix sssctlBjørn Forsman2-0/+6
Without this, sssctl fails to read its configuration. Update the NixOS test to ensure sssctl doesn't regress.
2023-03-19Merge pull request #221816 from talyz/gitlab-pages-fix-disabledRobert Hensing1-1/+1
nixos/gitlab: Fix error when GitLab Pages is not enabled
2023-03-18Merge pull request #221838 from devusb/pomeriumLuke Granger-Brown1-0/+7
pomerium: 0.20.0 -> 0.21.2
2023-03-18pomerium: add test for UIMorgan Helton1-0/+7
2023-03-18nixos/gitlab: Fix error when GitLab Pages is not enabledtalyz1-1/+1
Even if GitLab is used without Pages, some of its settings are still used in the gitlab.yml file, resulting in errors such as error: The option `services.gitlab.pages.settings.pages-domain' is used but not defined. To fix this, make the settings' usage conditional on Pages being enabled.
2023-03-18Merge pull request #221690 from RaitoBezarius/nerdsnipe-moreFabian Affolter1-1/+1
maintainer: Add raitobezarius as maintainer of zfs & netdata
2023-03-18Merge pull request #221278 from bobby285271/upd/xfceBobby Rong1-1/+1
Xfce updates
2023-03-18Merge pull request #221469 from wegank/solr-dropAtemu5-170/+2
solr: drop
2023-03-18Merge pull request #181013 from aidalgol/peroxideSandro5-0/+151
2023-03-17nixos/plasma5: remove supportDDC optionK9001-18/+1
The code for this was actually removed in #172078.
2023-03-18nixos/peroxide: add module for peroxide serviceAidan Gauland5-0/+151
2023-03-17nixos/roundcube: add tmp directoryIzorkin1-0/+2
2023-03-17netdata: add raitobezarius as a maintainerRaito Bezarius1-1/+1
2023-03-17Merge pull request #173697 from jmbaur/avahi-daemon-deny-interfacesSandro1-9/+27
nixos/avahi: add denyInterfaces option
2023-03-17doas: refactor config generationSavyasachee Jha1-5/+9
According to Ted Unangst, since doas evaluates rules in a last matched manner, it is prudent to have the "permit root to do everything without a password at the end of the file. Source: https://flak.tedunangst.com/post/doas-mastery
2023-03-17Merge pull request #210101 from helsinki-systems/upd/jitsiWeijia Wang2-20/+37
Update of all Jitsi Meet components
2023-03-17nixos-generate-config: fix invalid sample configpaumr1-4/+1
This issue was reported in #221510