summary refs log tree commit diff
path: root/nixos/modules/services/networking
Commit message (Collapse)AuthorAge
* Merge pull request #164398 from NinjaTrappeur/nin/pleroma-wrappersNinjatrappeur2022-03-19
|\
| * nixos/pleroma: regenerate empty release cookie filesFélix Baylac-Jacqué2022-03-17
| | | | | | | | | | | | | | | | | | | | Since b9cfbcafdf0ca9573de1cdc06137c020e70e44a8, the lack of hexdump in the closure lead to the generation of empty cookie files. This empty cookie file is making pleroma to crash at startup now we correctly read it. We introduce a migration forcing these empty cookies to be re-generated to something not empty.
| * nixos/pleroma: inject release cookie path to the pleroma packageFélix Baylac-Jacqué2022-03-17
| | | | | | | | | | | | | | | | | | | | We inject the release cookie path to the pleroma derivation in order to wrap pleroma_ctl with it. Doing this allows us to remove the systemd-injected RELEASE_COOKIE path, which was sadly buggy (RELEASE_COOKIE should point to the *content* of the cookie, not the file containing it). We take advantage of this to factor out the cookie path.
* | Merge pull request #162271 from Infinisil/warn-no-typeRobert Hensing2022-03-16
|\ \ | |/ |/| Throw an error for options without a type
| * nixos/treewide: Add last missing option typesSilvan Mosberger2022-02-28
| | | | | | | | Co-Authored-By: Janne Heß <janne@hess.ooo>
* | Merge pull request #163304 from gravndal/amule-daemonArtturi2022-03-12
|\ \
| * | nixos/amuled: fix package reference in service definitionGaute Ravndal2022-03-08
| | | | | | | | | | | | The amuleDaemon package was renamed to kebab-case in 81ef57d6.
* | | Merge pull request #162411 from kurnevsky/tox-node-service-fixBobby Rong2022-03-11
|\ \ \ | | | | | | | | tox-node: fix config hash and url
| * | | tox-node: fix configEvgeny Kurnevsky2022-03-09
| | |/ | |/|
* | | nbd: add programs.nbd, services.nbd, and testAlexandru Scvortov2022-03-09
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: nbd: Update nixos/modules/services/networking/nbd.nix Co-authored-by: pennae <82953136+pennae@users.noreply.github.com> nbd: Update nixos/modules/services/networking/nbd.nix Co-authored-by: pennae <82953136+pennae@users.noreply.github.com> nbd: Update nixos/tests/nbd.nix Co-authored-by: pennae <82953136+pennae@users.noreply.github.com> nbd: generalize options in nbd service nbd: harden service nbd: Update nixos/modules/services/networking/nbd.nix Co-authored-by: pennae <82953136+pennae@users.noreply.github.com> nbd: Update nixos/modules/services/networking/nbd.nix Co-authored-by: pennae <82953136+pennae@users.noreply.github.com> nbd: refactor code a bit and BindPaths automatically
* | Merge pull request #156858: nixos/polkit: don't enable by defaultpiegames2022-03-05
|\ \
| * | nixos/networkmanager: enable polkitMartin Weinelt2022-01-27
| | | | | | | | | | | | Allows user in the networkmanager group to control the daemon.
* | | nixos/snowflake-proxy: initYaya2022-03-04
| |/ |/| | | | | | | | | | | This commit introduces snowflake-proxy [1], a system to circumvent internet censorship. [1] https://snowflake.torproject.org/
* | nixos/bird: run service as non-root user, add test for reloadNick Cao2022-02-27
| |
* | Merge pull request #161663 from felixsinger/update/pkgs/mumbleMartin Weinelt2022-02-26
|\ \
| * | mumble,murmur: 1.3.4 -> 1.4.231Felix Singer2022-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update version to 1.4.231. Build 231 points to a specific commit from the 1.4.x branch adding many fixes and improvements. Since this version is an unofficial release, add an unstable prefix to the version string in Nixpkgs. Signed-off-by: Felix Singer <felixsinger@posteo.net> Signed-off-by: Franz Pletz <fpletz@fnordicwalking.de>
* | | nixos/bird: improve systemd hardening / capability setJörg Thalheim2022-02-25
| | | | | | | | | | | | aligned with https://github.com/archlinux/svntogit-packages/blob/packages/bird/trunk/bird.service#L20-L21
* | | bird1: drop package + modulesJörg Thalheim2022-02-25
| | | | | | | | | | | | reason: no longer maintained upstream.
* | | nixos/tetrd: add to module list and fix enable descriptionMarkus Kowalewski2022-02-24
|/ / | | | | | | The module was dangling and and not listed.
* | Merge pull request #160917 from pingiun/patch-12Maciej Krüger2022-02-20
|\ \
| * | eternal-terminal: remove pingiun as maintainerJelle Besseling2022-02-19
| | |
* | | treewide: remove obsolete kernel version checksAlyssa Ross2022-02-19
|/ / | | | | | | We don't support Linux kernels older than 4.4 in Nixpkgs.
* | Merge pull request #159538 from abbradar/ntopng-redisNikolay Amiantov2022-02-19
|\ \ | | | | | | ntopng: bump, use a separate user and redis instance
| * | nixos/ntopng: http-port -> httpPortNikolay Amiantov2022-02-19
| | |
| * | nixos/ntopng: update user and redis configurationNikolay Amiantov2022-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New ntopng version supports running as specified user. Create a separate user for ntopng with a separate Redis instance. Separate instance is only used for new `system.stateVersion`s to avoid breaking existing setups. To configure that we add two new options, `redis.address` and `redis.createInstance`. They can also be used to specify your own Redis address.
* | | Merge pull request #158259 from Yarny0/hylafaxRenaud2022-02-18
|\ \ \ | | | | | | | | hylafaxplus: 7.0.4 -> 7.0.5
| * | | nixos/hylafax: use new type `nonEmptyStr`Yarny02022-02-05
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The module option type `nonEmptyStr` was introduced in commit https://github.com/NixOS/nixpkgs/commit/a3c5f0cba8fa9c4d9782ef83757be6e4028f54b7 The hylafax module previously simply used `addCheck str (s: s!="")` to prevent empty option strings, but the new type is more thorough as it also catches space-only strings.
* | | Merge pull request #156763 from ratsclub/blockyAaron Andersen2022-02-18
|\ \ \ | | | | | | | | nixos/blocky: init
| * | | nixos/blocky: initVictor Freire2022-02-14
| | | |
* | | | Merge pull request #156685 from schnusch/squidPascal Bach2022-02-16
|\ \ \ \ | | | | | | | | | | nixos/squid: add services.squid.proxyAddress
| * | | | nixos/squid: add services.squid.proxyAddressschnusch2022-01-25
| | | | |
* | | | | Merge pull request #160037 from lourkeur/cleanup/firewallMartin Weinelt2022-02-14
|\ \ \ \ \
| * | | | | nixos/firewall: remove dead codeLouis Bettens2022-02-14
| | |/ / / | |/| | |
* / | | | nixos/gogoclient: dropajs1242022-02-11
|/ / / /
* | | | Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer2022-02-08
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/python-modules/opensimplex/default.nix pkgs/development/python-modules/pygame-gui/default.nix pkgs/top-level/aliases.nix pkgs/top-level/python-aliases.nix
| * | | | nixos/firewall: make 'networking.firewall.package' example less confusingPierre Bourdon2022-02-08
| | | | | | | | | | | | | | | | | | | | pkgs.iptables-nftables-compat == pkgs.iptables (default) since cf9ac2b5.
* | | | | Merge master into staging-nextgithub-actions[bot]2022-02-07
|\| | | |
| * | | | wg-netmanager: init at 0.3.6 (#155149)gin662022-02-07
| | | | | | | | | | | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* | | | | Merge branch 'master' into staging-nextVladimír Čunát2022-02-06
|\| | | | | | | | | | | | | | | | | | | Trivial conflict in pkgs/top-level/aliases.nix
| * | | | nixos/yggdrasil: fix radvd example in manualEmery Hemingway2022-02-05
| | | | | | | | | | | | | | | | | | | | The Radvd "AdvDefaultLifetime" option should never be set to 0.
* | | | | Merge master into staging-nextgithub-actions[bot]2022-02-05
|\| | | |
| * | | | nixos/connman: fix evaluationrnhmjoj2022-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | This was caused by 2a37dd8 that introduced strict checking of the units names.
* | | | | Merge master into staging-nextgithub-actions[bot]2022-02-05
|\| | | |
| * | | | Merge pull request #158078 from ashkitten/patch-2Ellie Hermaszewska2022-02-05
| |\ \ \ \ | | | | | | | | | | | | nixos/syncplay: fix systemd service
| | * | | | nixos/syncplay: fix systemd serviceash lea2022-02-03
| | | |/ / | | |/| |
* | | | | Merge branch 'master' into staging-nextJan Tojnar2022-02-04
|\| | | | | | | | | | | | | | | | | | | | | | | | ; Conflicts: ; pkgs/top-level/aliases.nix
| * | | | nixos/wireless: don't attempt fallback on WPA3 only networksrnhmjoj2022-02-04
| |/ / /
* | | | Merge staging-next into staginggithub-actions[bot]2022-02-01
|\| | |
| * | | Merge pull request #156706 from Luflosi/i2pd-remove-scriptTimo Kaufmann2022-02-01
| |\ \ \ | | | | | | | | | | nixos/i2pd: get rid of unnecessary shell script
| | * | | nixos/i2pd: get rid of unnecessary shell scriptLuflosi2022-01-31
| | | | | | | | | | | | | | | | | | | | I think calling i2pd directly in `ExecStart` is much nicer than having an extra shell script for no reason. It's also easier to see what's going on when looking at the generated systemd unit file.