about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2023-07-31nixos/oddjob: Maybe fix, but mark as brokenRobert Hensing1-1/+6
Unfortunately there's no test for me to confirm that it works, so all I can do is ask for maintainers, unfortunately -- I mean... This is your opportunity!
2023-07-31nixos/boot/initrd-network: add option to enable udhcpc (#240406)digital2-5/+18
In some setups, and especially with sytemd-networkd becoming more widely used, networking.useDHCP is set to false. Despite this, it may be useful to have dhcp in the initramfs.
2023-07-31nixos/fish: fix cross buildYureka1-1/+1
2023-07-31Merge pull request #233659 from ↵WilliButz1-0/+1
seberm/prometheus-ipmi-exporter-family-restriction nixos/prometheus-ipmi-exporter: allow AF_UNIX address family
2023-07-31nixos/bird: fix checkConfig with cross-compilationYureka1-1/+1
2023-07-31Merge pull request #246188 from gdamjan/bump-matrix-appservice-irc-2Martin Weinelt1-4/+2
matrix-appservice-irc: 0.38.0 -> 1.0.1
2023-07-31Merge pull request #245931 from soupglasses/pkg/ns-usbloader-7.0Weijia Wang3-0/+21
ns-usbloader: init at 7.0
2023-07-31matrix-appservice-irc: 0.38.0 -> 1.0.1Дамјан Георгиевски1-4/+2
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/1.0.0 * This release drops support for Node 16. The minimum required version is now 18+. * Moved from NPM to Yarn https://github.com/matrix-org/matrix-appservice-irc/releases/tag/1.0.1 * Fixes for GHSA-vc7j-h8xg-fv5x. * Fixes for GHSA-3pmj-jqqp-2mj3. * Fixes for GHSA-c7hh-3v6c-fj4q * Update matrix-appservice-bridge to 9.0.1 while there was an effort to make this package with `mkYarnPackage`, in the end it was suggested to just use `stdenv.mkDerivation` instead nixos/matrix-appservice-irc: * fix path to config.schema.yml directory stucture of the package changed * use remarshal instead of python and pyyaml to convert the config schema from yaml to json
2023-07-31Merge pull request #244969 from Stzx/fix-warningsNick Cao1-5/+9
udisks2: fix conf file loading warnings
2023-07-30Merge pull request #246193 from christophcharles/gogs-config-fileNick Cao1-1/+1
nixos/gogs: fix deprecations for 0.13.0
2023-07-30Merge pull request #246120 from ↵Pol Dellaiera1-1/+9
jakeschurch/add-proxmox-image-addl-disk-size-override proxmox-image: add additionalDiskSpace parameter as input to make-disk-image.nix
2023-07-30nixos/gitlab: ensure service started again after dependency restarts (#245240)Oliver Schmidt1-1/+1
When a dependency, like postgresql.service or redis-gitlab.service, had been stopped and started at switch-to-configuration time, gitlab.service and its helper units had been stopped but not started again. `multi-user.target` only has a `Wants` relation to gitlab.target, but once gitlab.target has been successfully started once and is not stopped/ restarted again, it does not cause all its dependencies to stay activated the whole time. This commit fixes this by upgrading the dependy relationship of gitlab.service towards gitlab.target from a "Wants" to a "Requires". It should be enough to do this for this single unit part of gitlab.target only, as all other units wantedBy gitlab.target are pulled in by gitlab.service as well or have bindsTo relations.
2023-07-30respond to pr feedbackJake Schurch1-12/+2
Signed-off-by: Jake Schurch <jakeschurch@gmail.com>
2023-07-30Update nixos/modules/virtualisation/proxmox-image.nixJake Schurch1-2/+2
Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
2023-07-30nixos/gogs: fix deprecations for 0.13.0Christoph Charles1-1/+1
Changed ROOT_URL to EXTERNAL_URL.
2023-07-30nixos/test-driver: formatBobby Rong1-1/+3
There is a `black --check --diff ${src}/test_driver` check in nixos-test-driver's checkPhase so this format change will be needed.
2023-07-30Merge pull request #246093 from ↵Jacek Galowicz1-0/+1
blaggacao/fix-nixos-tests-log-backdoor-service-failure nixos/test-driver: log what to do if backdoor service doesn't come oneline
2023-07-30Merge pull request #246123 from mweinelt/matrix-appservice-syscall-filter-updateMartin Weinelt1-1/+4
nixos/matrix-appservice-irc: update syscall filter
2023-07-30Merge pull request #245910 from R-VdP/nixos_extend_modulesLassulus1-4/+6
nixos: make extendModules retain pkgs on nixos configs
2023-07-30nixos/matrix-appservice-irc: update syscall filterMartin Weinelt1-1/+4
Simplify the SystemcallFilter by employing an explicit allow list, and an explicit block list. Node since version 18 requires syscalls in the @pkey group. Excluding @privileged and @resources is a recommendation in systemd-analyze.
2023-07-29Merge pull request #245886 from linsui/quickphaseNick Cao1-1/+33
nixos/fcitx5: add quickPhrase
2023-07-29proxmox-image: add additionalDiskSpace parameter as input to make-disk-image.nixJake Schurch1-0/+18
2023-07-30Merge pull request #246082 from ElvishJerricco/exitrd-fix-shutdown-loopFlorian Klink2-2/+6
systemd shutdownRamfs: Fix infinite shutdown loop
2023-07-30Merge pull request #246084 from ElvishJerricco/simplify-hibernate-testFlorian Klink2-111/+36
Simplify hibernate test
2023-07-29nixos/test-driver: log what to do if backdoor service doesn't come onelineDavid Arnold1-0/+1
2023-07-29Merge pull request #245893 from h7x4/move-nginx-status-page-declarationRyan Lahfa3-18/+89
2023-07-29nixos/tests/hibernate: Simplify and always set resumeDeviceWill Fancher1-111/+31
2023-07-29nixos/systemd: Add util-linux to systemd-mkswap's pathWill Fancher1-0/+5
2023-07-29systemd shutdownRamfs: Fix infinite shutdown loopWill Fancher2-2/+6
2023-07-29ns-usbloader: init at 7.0Sofi3-0/+21
2023-07-29Merge pull request #244146 from GiggleSquid/pkgs/boinc-headlessPol Dellaiera1-0/+1
boinc: add headless option
2023-07-29Merge pull request #245570 from jwygoda/tailscaled-autoconnect-optionsPol Dellaiera1-8/+10
nixos/tailscale: add extraUpFlags option
2023-07-28Merge pull request #245837 from dcarosone/zfs-systemd-udev-fixWill Fancher1-2/+3
zfs: 'want', don't 'require', systemd-udev-settle
2023-07-28release-notes: add new services wayfirerewine1-0/+2
2023-07-28nixos/tailscale: add extraUpFlags optionJarosław Wygoda1-8/+10
2023-07-28nixos/nginx: sort test include order alphabeticallyh7x41-1/+1
2023-07-28nixos/nginx: add test for status pageh7x42-0/+73
2023-07-28nixos/nginx: move status page config to `services.nginx`h7x41-17/+15
2023-07-28Merge pull request #228815 from mweinelt/gitea-runner-testEmily1-1/+26
nixos/tests/gitea: Tests actions runner registration
2023-07-28nixos/tests/gitea: Test actions runner registrationMartin Weinelt1-1/+26
2023-07-28Merge pull request #245737 from oddlama/fix-nginx-unnecessary-acme-locationsRyan Lahfa1-1/+3
2023-07-28Merge pull request #245413 from oddlama/fix-hostapd-mac-allowRyan Lahfa2-5/+3
2023-07-28Merge pull request #234652 from Valodim/cage-extra-environmentPol Dellaiera1-0/+10
nixos/cage: add environment config
2023-07-29nixos/fcitx5: add quickPhraselinsui1-1/+33
2023-07-28Merge pull request #244883 from LibreCybernetics/linux_6_3_eolRyan Lahfa1-1/+0
2023-07-28nixos: make extendModules retain pkgs on nixos configsr-vdp1-4/+6
2023-07-28Merge pull request #236027 from iliana/grub-dont-diePol Dellaiera1-1/+4
nixos/grub: don't die on EFI-only systems if devices != ["nodev"]
2023-07-28nixos/dhcp(46): removeajs1244-231/+12
package reached its EOL on 2022-10-04 see https://www.isc.org/blogs/isc-dhcp-eol/ for details
2023-07-28Merge pull request #245734 from helsinki-systems/upd/jenkinsajs1241-2/+2
jenkins: 2.401.2 -> 2.401.3
2023-07-28Merge pull request #245759 from mweinelt/frigate-recordingsMartin Weinelt1-2/+15
nixos/frigate: fix recording and serving of clips/recordings