about summary refs log tree commit diff
path: root/nixos
AgeCommit message (Collapse)AuthorFilesLines
2024-04-18Merge pull request #293954 from Dan-Theriault/refactor-tailscale-authSandro3-80/+125
2024-04-18Merge pull request #292472 from Janik-Haag/networkmanager-testsLily Foster4-41/+218
nixosTests.networking: refactor and add NetworkManager support
2024-04-18Merge pull request #298563 from Yarny0/tsm-client-updatePeder Bergebakken Sundt2-2/+2
tsm-client: 8.1.21.0 -> 8.1.22.0
2024-04-18Merge pull request #304747 from soywod/himalaya-v1.0.0-beta.4Yt1-1/+1
himalaya: 1.0.0-beta.3 -> 1.0.0-beta.4
2024-04-18Merge pull request #301815 from cafkafk/docker-registry-configFileSarah Brofeldt2-3/+13
nixos/dockerRegistry: add `configFile` option
2024-04-18Merge pull request #304810 from ju1m/dnscrypt-proxy2Atemu1-3/+3
nixos/dnscrypt-proxy2: fix cross-compiling
2024-04-18himalaya: 1.0.0-beta.3 -> 1.0.0-beta.4Clément DOUIN1-1/+1
2024-04-18nixos/dockerRegistry: add `configFile` optionChristina Sørensen2-3/+13
defaultText based on how nixos/modules/services/development/athens.nix does it. Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-04-18Merge pull request #299762 from autrimpo/gonic-0.16.3Peder Bergebakken Sundt3-2/+15
gonic: 0.15.2 -> 0.16.4
2024-04-17Merge pull request #276818 from SuperSandro2000/variables-allow-intNick Cao1-2/+2
nixos/shells-environment: allow int and float in environment variables
2024-04-18nixosTests.networking: start network-online.target manuallyJanik H.1-0/+3
this is done to avoid future problems for when `network-online.target` doesn't depend on `multi-user.target`
2024-04-18gonic: add release note warning about playlists-pathMichal Koutenský1-0/+2
2024-04-18nixosTests.gonic: set up all necessary paths using tmpfilesMichal Koutenský1-2/+10
2024-04-18nixos/gonic: allow access to playlistsMichal Koutenský1-0/+3
2024-04-18Merge pull request #304642 from erictapen/nginx-resolver-ipv4Sandro1-1/+17
nixos/nginx: allow for resolving IPv6 addresses only
2024-04-17nixos/oauth2-proxy-nginx: lift auth_request to http blockSandro Jäckel1-12/+22
With this change now all location blocks are protected by oauth2-proxy and not only /
2024-04-17Merge pull request #300995 from SuperSandro2000/udev-nixos-wslSandro1-24/+22
nixos/udev: make more NixOS WSL friendly
2024-04-17nixos/shells-environment: allow int and float in environment variablesSandro Jäckel1-2/+2
2024-04-17nixos/deconz: delay signalling service readiness until it's actually upBjørn Forsman1-0/+7
Fixes test flakiness (`nix-build -A nixosTests.deconz`).
2024-04-17Merge pull request #302375 from SebastianWendel/init-prometheus-dnssec-exporterSandro4-0/+141
nixos/prometheus-dnssec-exporter: init
2024-04-17Merge pull request #304052 from mattchrist/freshrss-authtype-noneFelix Bühler3-3/+23
nixos/freshrss: fix startup when authType = "none"
2024-04-17Merge pull request #283513 from YMSTNT/init-fcastSandro3-0/+34
fcast-receiver: init at 1.0.14; nixos/fcast-receiver: init module
2024-04-17nixos/soundmodem: drop lib.mdDoc, use package option everywhere (#304811)Acid Bong1-2/+2
- Fixed the `systemPackages` definition: it contained just the package name without preceding `pkgs` - Removed `lib.mdDoc` usage in accordance with #303841
2024-04-17tests/lomiri: Adjust for network indicatorOPNA26081-2/+15
2024-04-17nixos/lomiri: Add network indicatorOPNA26081-0/+6
It heavily depends on NetworkManager, so enable it by default.
2024-04-17nixos/networkmanager: change config generation to use the ini generatorJanik H.2-41/+45
2024-04-17nixosTests.networking: refactor and add NetworkManager supportJanik H.2-0/+170
2024-04-17Merge pull request #304530 from blitz/autologinnikstur2-5/+4
Fix services.xserver.displayManager Warnings for VBox Appliance
2024-04-17nixos/dnscrypt-proxy2: fix cross-compilingJulien Moutinho1-3/+3
2024-04-17icu: refactor to avoid runtime dependency on bashzlepper1-0/+2
Bash was considered a runtime dependency as the two files `install-sh` and `mkinstalldirs` was included in the library output. These files has a shebang for `#!/bin/sh` which is replaced by nix to point to bash in the fixup phase.
2024-04-17Merge pull request #303149 from emilylange/forgejo-test-forgejo-actionsAdam C. Stephens2-41/+117
nixos/tests/forgejo: refactor and test Forgejo Actions workflow, nixos/gitea-actions-runner: set the `$HOME` environment variable
2024-04-17Merge pull request #304304 from fricklerhandwerk/link-nixpkgs-docsDaniel Sidhion1-4/+3
doc: link to Nixpkgs manual for global configuration options
2024-04-17Merge pull request #303890 from oluceps/ss-modulePascal Wittmann1-4/+10
nixos/shadowsocks: ensure password be set
2024-04-17Merge pull request #302656 from Stunkymonkey/soundmodem-dekstop-sudoSandro2-1/+36
2024-04-17Merge pull request #300402 from numinit/df50Sandro1-0/+8
dwarf-fortress: update to 50
2024-04-17nixos/ollama: set service working directory to `home`abysssol1-1/+1
2024-04-17pkgs/top-level: split release-checks into a separate jobK9002-1/+5
This should improve latency on channel updates.
2024-04-17Merge pull request #285922 from justinas/teleport-15tomberek2-1/+5
teleport_15: init at 15.2.2, teleport_12: remove
2024-04-17Merge pull request #304205 from cafkafk/fix-281851Sarah Brofeldt1-0/+1
nixos/prometheus-redis-exporter: allow `AF_UNIX`
2024-04-17nixos/prometheus-redis-exporter: allow `AF_UNIX`Christina Sørensen1-0/+1
Fixes: #271851 Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-04-17kavita: 0.7.13 -> 0.8.0Yongun Seong1-0/+2
2024-04-16nixos/tailscale-auth: init moduleDan Theriault3-80/+125
This additional module allows the tailscale auth proxy to be configured independently of nginx. The tailscale auth proxy works with both caddy and traefik. All prior nginx/tailscale-auth options are retained as aliases.
2024-04-16nixos/zram: add compression algorithms to option enumDaniel Fullmer1-1/+1
These options are available on a standard NixOS system, which can be seeing by running `cat /sys/devices/virtual/block/zram0/comp_algorithm`.
2024-04-16nixos/freshrss: fix startup when authType = "none"Matt Christ3-3/+23
Prior to this patch, FreshRSS fails to load with an initial `authType = "none"` setting, instead providing an error: "Error during context user init!" To fix this, this patch changes the freshrss-config service to setup the initial `defaultUser` when `authType = "none"` is configured.
2024-04-16nixos/nginx: allow for resolving IPv6 addresses onlyKerstin Humm1-1/+17
2024-04-16Merge pull request #291137 from vojta001/release-notes-linkPeder Bergebakken Sundt1-1/+1
release-notes/23.05: fix link to alice-lg
2024-04-17nixos/firefly-iii: initSavyasachee Jha3-0/+370
2024-04-16teleport_12: removeJustinas Stankevicius1-1/+0
EOL as v15 has been released.
2024-04-16teleport_15: init at 15.2.2Justinas Stankevicius2-0/+5
2024-04-16Merge pull request #268133 from NyCodeGHG/nixos/db-restLily Foster5-0/+293
nixos/db-rest: init