about summary refs log tree commit diff
path: root/nixos/modules
AgeCommit message (Collapse)AuthorFilesLines
2022-12-14unifi7: 7.2.95 -> 7.3.76ajs1241-2/+2
https://community.ui.com/releases/UniFi-Network-Application-7-3-76/85c75fc7-3e0f-4e99-aa90-7068af4f1141
2022-12-13Merge master into staging-nextgithub-actions[bot]1-26/+42
2022-12-13nixos/modules/profiles/base.nix: add nvme-cliJose Cardoso1-0/+1
2022-12-13Merge pull request #195341 from zhaofengli/fwupd-extra-daemon-confRyan Lahfa1-26/+42
nixos/fwupd: Make daemon.conf structured
2022-12-12Merge master into staging-nextgithub-actions[bot]3-2/+334
2022-12-12Merge pull request #171875 from bbigras/cloudflaredBernardo Meurer2-0/+333
nixos/cloudflared: init
2022-12-12nixos/botamusique: allow syscalls in the @resources groupMartin Weinelt1-2/+1
Calls to ffmpeg from botamusique require the `set_mempolicy` syscall. Fixes: #205702
2022-12-12Merge master into staging-nextgithub-actions[bot]2-2/+8
2022-12-12Merge pull request #205346 from Izorkin/init-profile-lxcFranz Pletz1-1/+7
nixos/lxc-container: undo some of the minimal profile stuff
2022-12-12Merge pull request #205525 from SuperSandro2000/prometheus2Bobby Rong1-1/+1
nixos/alertmanager: fix renamed option
2022-12-12Merge master into staging-nextgithub-actions[bot]2-3/+3
2022-12-12Merge pull request #204252 from SamLukeYes/xonshrcBobby Rong1-2/+2
xonsh: migrate to /etc/xonsh/xonshrc
2022-12-12nixos/installer/netboot-minimal: add missing libLin Yinfeng1-1/+1
2022-12-12Merge master into staging-nextgithub-actions[bot]1-1/+10
2022-12-11Merge pull request #198835 from YellowOnion/factorio-patchLuke Granger-Brown1-1/+10
factorio: better mod support
2022-12-11Merge master into staging-nextgithub-actions[bot]3-11/+56
2022-12-11Merge pull request #204807 from Eliot00/v2raya-initBobby Rong2-0/+40
v2raya: init at 2.0.0
2022-12-11Merge pull request #204560 from jcumming/resilio_config_passthruK9001-11/+16
passthrough config if there are no secrets defined (address #204559)
2022-12-11v2raya: init at 2.0.0Elliot2-0/+40
Update nixos/modules/services/networking/v2raya.nix Co-authored-by: zendo <linzway@qq.com> Update nixos/modules/services/networking/v2raya.nix Co-authored-by: zendo <linzway@qq.com> Update pkgs/tools/networking/v2raya/default.nix Co-authored-by: zendo <linzway@qq.com> Update pkgs/tools/networking/v2raya/default.nix Co-authored-by: zendo <linzway@qq.com> Update nixos/modules/services/networking/v2raya.nix Co-authored-by: zendo <linzway@qq.com> Update pkgs/tools/networking/v2raya/default.nix Co-authored-by: zendo <linzway@qq.com> Update nixos/modules/services/networking/v2raya.nix Co-authored-by: zendo <linzway@qq.com>
2022-12-11Merge master into staging-nextgithub-actions[bot]1-1/+5
2022-12-11nixos/evcc: Fix unit environmentMartin Weinelt1-1/+5
In some recent version evcc started requiring `getent` in the PATH, or else it would fail to start. It also now requires an sqlite database, which it tries to create a directory for at `$HOME/.evcc`, so we now need to provide a StateDirectory.
2022-12-10nixos/alertmanager: fix renamed optionSandro Jäckel1-1/+1
2022-12-10nixos/cloudflared: initBruno Bigras2-0/+333
2022-12-10Merge master into staging-nextgithub-actions[bot]2-2/+27
2022-12-10surrealdb: module: add secret managementhappysalada1-1/+26
2022-12-10Merge pull request #204976 from bjornfor/nixos-borgbackup-fix-runtime-warningNaïm Favier1-1/+1
2022-12-10nixos/borgbackup: add option "patterns"Izumi Raine1-1/+21
2022-12-10nixos/borgbackup: fix newline escaping with optional arguments Naïm Favier1-1/+1
The newline must always be escaped, otherwise `extraPruneArgs` will be treated as a separate command if `prune.prefix` is unset.
2022-12-10Merge branch 'master' into staging-nextVladimír Čunát3-13/+24
2022-12-10Merge pull request #205358 from farcaller/patch-3Naïm Favier1-2/+3
2022-12-10Merge pull request #203779 from Radvendii/firejailJonas Heinrich1-8/+16
nixos/firejail: remove the need for qualifications
2022-12-10nixos/avahi: revert closing firewall port by defaultSandro Jäckel1-2/+3
2022-12-09nixos/lxc-container: undo some of the minimal profile stuffIzorkin1-1/+7
2022-12-09Allow to override the https settingsVladimir Pouzanov1-2/+3
2022-12-09Merge pull request #188958 from lheckemann/zram-builtinLinus Heckemann1-3/+5
nixos/zram: support built-in zram
2022-12-09Merge master into staging-nextgithub-actions[bot]7-13/+37
2022-12-09Merge pull request #204780 from Ma27/kernel-maintenance-docsMaximilian Bosch1-0/+5
nixos/manual: document kernel backporting policy and implications of it
2022-12-09nixos/supergfxd: make optional, fix eval (again)K9002-2/+2
2022-12-09nixos/installer/netboot-minimal: enable manIzorkin1-4/+6
2022-12-09iso/minimal: use mkForceIzorkin1-2/+2
2022-12-09iso/minimal: use minimal profileIzorkin1-5/+8
2022-12-09nixos/profiles/minimal: disable udisks serviceIzorkin1-0/+2
2022-12-09nixos/profiles/minimal: disable logrotate serviceIzorkin1-0/+2
2022-12-09nixos/profiles/minimal: disable documentationIzorkin1-0/+6
2022-12-09Merge branch 'staging-next' into stagingVladimír Čunát79-168/+684
2022-12-09Merge pull request #205251 from InternetUnexplorer/fix-fish-skim-keybindingsSandro1-1/+5
2022-12-08skim: fix fish shell keybindingsInternetUnexplorer1-1/+5
This fixes a typo that prevented the fish keybindings from being loaded. Also, the keybindings are now only loaded if programs.skim.keybindings is true, which matches the behavior for bash and zsh.
2022-12-09Merge pull request #203956 from Artturin/addforbiddendependenciesregexArtturi2-1/+58
nixos/top-level.nix: add forbiddenDependenciesRegex option
2022-12-09Merge pull request #205123 from Frostman/prometheus-smartctl-exporter-0.9.1Martin Weinelt1-20/+12
2022-12-09nixos/prometheus.exporters.smartctl: Simplify DeviceAllow logicMartin Weinelt1-9/+5
Setting up the DeviceAllow list with explicitly configured devices was a nice idea, but sometimes a configured device (`/dev/nvme0n1` an NVMe namespace) has a parent device (`/dev/nvme0`) that smartctl needs to access to query metrics. Falling back to the block and character definitions is probably a valid fallback.