about summary refs log tree commit diff
path: root/nixos/modules
AgeCommit message (Collapse)AuthorFilesLines
2024-05-07Merge pull request #309052 from kira-bruneau/intel-gpu-toolsPascal Wittmann2-0/+26
nixos/intel-gpu-tools: init basic security wrapper
2024-05-07Merge pull request #308904 from SuperSandro2000/273761-follow-upSandro1-16/+5
nixos/openrazer: properly rename mouseBatteryNotifier option
2024-05-07Merge pull request #309838 from cyberus-technology/take-plausible-maintainershipnikstur1-1/+1
plausible: take take-plausible-maintainership
2024-05-07Merge pull request #309836 from cyberus-technology/fix-nixos-plausible-unitLeona Maroni1-1/+1
nixos/plausible: fix unit start script
2024-05-07plausible: take take-plausible-maintainershipAlexander Sieg1-1/+1
2024-05-07nixos/plausible: fix unit start scriptAlexander Sieg1-1/+1
In 8bb777ee378082942231f63a035923a475538030 a condition was added to only execute the createdb.sh script if database setup was configurated. However a superfluace " was added at the end of the line which cased an escaping error the resulted in #309520. Fixes #309520
2024-05-07Merge pull request #309572 from SuperSandro2000/307498-followupBasti1-3/+3
nixos/containers: set storage.settings via mkDefault
2024-05-07Merge pull request #309550 from linj-fork/pr/kanata-check-config-at-build-timePol Dellaiera1-8/+14
nixos/kanata: check the config file at build time
2024-05-07Merge pull request #309534 from getchoo/nixos/fish/package-optionPol Dellaiera1-4/+6
nixos/fish: add `package` option
2024-05-07nixos/fish: add `package` optionseth1-4/+6
2024-05-07Merge pull request #309609 from linj-fork/pr/kanata-module-docLin Jian1-21/+10
nixos/kanata: improve doc
2024-05-07Merge pull request #309424 from NixOS/ReadWriteDirectories-ReadWritePathsNiklas Hambüchen4-4/+5
nixos/{zoneminder,caddy,traefik}: ReadWriteDirectories -> ReadWritePaths
2024-05-07treewide: ReadWriteDirectories -> ReadWritePaths.Niklas Hambüchen4-4/+4
These were renamed in systemd v231: https://github.com/systemd/systemd/commit/2a624c36e646e9ef8d204a506b12e7dbd380e111
2024-05-06Merge pull request #309611 from lovesegfault/fix-oauth2-proxyBernardo Meurer1-1/+1
nixos/oauth2-proxy: fix missing `lib.`
2024-05-06Merge pull request #301827 from kampka/forbiddenDependenciesRegexArtturin3-15/+14
nixos/top-level: Turn `system.forbiddenDependenciesRegex` into a list
2024-05-06nixos/oauth2-proxy: fix missing `lib.`Bernardo Meurer1-1/+1
2024-05-07nixos/kanata: replace deflayer with deflayermap in config exampleLin Jian1-16/+5
IMHO, this style is more intuitive.
2024-05-07nixos/kanata: improve links to the upstream documentationLin Jian1-4/+4
2024-05-07nixos/kanata: improve example of the package optionLin Jian1-1/+1
Before this patch, it is rendered as "Example: kanata-with-cmd". With this patch applied, it is "Example: pkgs.kanata-with-cmd".
2024-05-06nixos/containers: set storage.settings via mkDefaultSandro Jäckel1-3/+3
to make them easily overwriteable, aka without mkForce
2024-05-06nixos/kanata: check the config file at build timeLin Jian1-8/+14
Before this patch, checking the config file is done at runtime. Doing so at build time shortens the feedback loop[1][2]. [1]: https://github.com/NixOS/nixpkgs/issues/278135 [2]: https://github.com/jtroo/kanata/issues/689
2024-05-06Merge pull request #309304 from Ma27/nc-davSandro2-7/+2
2024-05-06nixos/terminfo: always use buildPlatform's terminfo (#309108)Jared Baur1-1/+1
Many terminal packages don't cross compile, so the `terminfo` NixOS module was not usable for nixos configurations that are cross-compiled. Terminfo files (AFAIK) are small files that contain data about terminal capability, so they should never have any runtime dependencies that would cause any executables or otherwise incompatible outputs from the `buildPlatform` to leak into the nixos config's closure.
2024-05-06nixos/caddy: Comment why ExecStart is resetNiklas Hambüchen1-0/+1
2024-05-06nixos/ssh: Make `~/.ssh/authorized_keys` optional in AuthorizedKeysFiles ↵nicoo1-1/+12
(#279894)
2024-05-05nixos/openrazer: properly rename mouseBatteryNotifier optionSandro Jäckel1-16/+5
2024-05-05Merge pull request #309324 from evenbrenden/move-jotta-cliSandro2-4/+4
nixos/jotta-cli: move to services.jotta-cli
2024-05-05Merge pull request #309318 from oxalica/feat/plasma6-kwin-wayland-niceK9001-0/+9
nixos/plasma6: add CAP_SYS_NICE for kwin_wayland
2024-05-05Merge pull request #309068 from SuperSandro2000/dbus-brokerFlorian Klink2-0/+15
nixos/dbus: fix switching from dbus-broker to dbus
2024-05-05Merge pull request #306655 from devusb/sunshine-updateAndré Silva1-3/+3
sunshine: 0.23.0 -> 0.23.1
2024-05-05nixos/jotta-cli: move to services.jotta-cliEven Brenden2-4/+4
2024-05-05nixos/nextcloud: add trailing slashes to carddav/caldav redirectMaximilian Bosch2-7/+2
This seems to solve the problem with the warning about carddav/caldav redirects being broken.
2024-05-05nixos/display-managers: fix assertionSandro Jäckel1-1/+1
2024-05-04nixos/keycloak: pass --verbose to starting keycloakJade Lovelace1-1/+1
This sets the exception handler to show the full exception on startup. We don't think it does anything else, with respect to logging, for instance. Everything else can be configured in the config file, and this is plain reasonable to simply always enable in our view.
2024-05-04nixos/intel-gpu-tools: init basic security wrapperKira Bruneau2-0/+26
2024-05-05Merge pull request #308946 from eclairevoyant/revert-hyprland-envvarsJörg Thalheim1-18/+0
nixos/hyprland: revert setting environment variables globally
2024-05-04nixos/dbus: fix switching from dbus-broker to dbusSandro Jäckel2-0/+15
2024-05-04Merge pull request #300090 from lytedev/300088Aaron Andersen1-2/+5
plausible: Do not run createdb.sh unless configured to setup the database
2024-05-05nixos/xdg-terminal-exec: init module北雁 Cryolitia2-0/+55
2024-05-04Merge pull request #308622 from jmbaur/jbaur/clatd-minor-cleanupWeijia Wang1-1/+0
Minor cleanups for clatd module and release notes
2024-05-04plausible: Do not run createdb.sh unless configured to setup the databaseDaniel Flanagan1-2/+5
Closes #300088
2024-05-04Merge pull request #308966 from Guanran928/wastebinéclairevoyant1-1/+1
nixos/wastebin: fix typo
2024-05-04nixos/wastebin: fix typoGuanran Wang1-1/+1
2024-05-03Revert "nixos/hyprland: Set environment variables for Hyprland to work better"éclairevoyant1-18/+0
This reverts commit d18a587b780447056ce9d316d68f5d418582dab3.
2024-05-03Merge pull request #308796 from ↵Pavol Rusnak1-1/+3
0xB10C/2024-05-promethues-bitcoin-exporter-expose-package nixos/prometheus-bitcoin-exporter: expose package option
2024-05-03Merge pull request #307498 from SuperSandro2000/podman-storage-defaultLeona Maroni1-7/+6
nixos/containers: move storage.settings default into config
2024-05-03Merge pull request #308531 from sanxus/fix-extraConfigéclairevoyant1-1/+1
nixos/networkmanager: fix incorrect documention about `extraConfig`
2024-05-04nixos/networkmanager: fix incorrect documention about `extraConfig`sanxus1-1/+1
2024-05-03nixos/prometheus-bitcoin-exporter: expose package option0xb10c1-1/+3
2024-05-03Merge master into staging-nextgithub-actions[bot]4-115/+52