ppom
565a729f7c
make plausible service start after clickhouse service
...
Plausible fails on start because clickhouse is not ready,
when clickhouse has low CPU available, eg.
```nix
{systemd.services.clickhouse.serviceConfig.CPUWeight = 20;}
```
Fixed with
```nix
{systemd.services.plausible.after = [ "clickhouse.service" ];}
```
2022-08-14 17:09:05 +02:00
Bernardo Meurer
5975411744
nixos/localtimed: fix service
2022-08-12 22:46:16 -04:00
gardspirito
aa6a8bd8dd
nixos/neo4j: HTTP connector toggling
2022-08-12 15:45:48 -07:00
gardspirito
8d6f4552cd
nixos/neo4j: fix typo
2022-08-12 15:45:48 -07:00
Kerstin Humm
a22112e88a
neo4j: remove deprecated config
2022-08-12 15:45:48 -07:00
Kerstin Humm
9b60931986
neo4j: add erictapen as maintainer
2022-08-12 15:45:48 -07:00
Kerstin Humm
60b6ad6f37
nixos/neo4j: set some settings so warnings at startup disappear
2022-08-12 15:45:48 -07:00
Jonathan Ringer
0fbce25144
neo4j: 3.5.14 -> 4.1.1
2022-08-12 15:45:48 -07:00
pennae
50f9b3107a
Merge pull request #185474 from pennae/option-docs-md
...
nixos/*: more options md conversion
2022-08-12 23:23:26 +02:00
Sandro
df97735064
Merge pull request #173669 from SuperSandro2000/gitea
2022-08-12 15:33:46 +02:00
Richard Marko
9ba8f7d8b3
services/klipper: add CPUScheduling and IOScheduling tuning
2022-08-12 17:31:02 +08:00
Richard Marko
1410d89398
nixos/klipper: add OOMScoreAdjust -999
...
to make it unlikely that klipper gets killed by OOM killer.
2022-08-12 17:31:02 +08:00
Winter
ce63730df8
Update nixos/modules/services/misc/tautulli.nix
2022-08-11 22:49:50 -04:00
Ryan Horiguchi
feba340314
nixos/tautulli: add option to open firewall
2022-08-11 22:49:50 -04:00
Martin Weinelt
a58668f0a0
Merge pull request #176835 from pennae/syncserver
2022-08-12 01:33:26 +02:00
pennae
bd1978e911
nixos/firefox-syncserver: init
2022-08-12 00:45:25 +02:00
Emery Hemingway
300c5c98c6
nixos/yggdrasil: rename "config" option to "settings"
...
Make this service consistent with rfc42.
https://github.com/NixOS/rfcs/blob/master/rfcs/0042-config-option.md
2022-08-11 16:09:42 -05:00
Kim Lindberger
51998bc19e
Merge pull request #185760 from michaeladler/fix-ssh-hostkey-gen
...
fix: ssh-keygen fails if directory does not exist
2022-08-11 16:39:58 +02:00
ajs124
90d88829da
nixos/gvfs: enable udisks2
...
can be used by gvfs and is disabled by default after
f763710065
2022-08-11 13:28:31 +02:00
ajs124
f763710065
nixos/udisks2: don't enable by default
...
This was enabled by default in 18a7ce76fc
with the reason that it would be "useful regardless of the desktop
environment.", which I'm not arguing against.
The reason why this should not be enabled by default is that there are a
lot of systems that NixOS runs on that are not desktop systems.
Users on such systems most likely do not want or need this feature and
could even consider this an antifeature.
Furthermore, it is surprising to them to find out that they have this
enabled on their systems.
They might be even more surprised to find that they have polkit enabled
by default, which was a default that was flipped in
a813be071c
. For some discussion as to why
see https://github.com/NixOS/nixpkgs/pull/156858 .
Evidently, this default is not only surprising to users, but also module
developers, as most if not all modules for desktop environments already
explicity set services.udisks2.enable = true; which they don't need to
right now.
2022-08-11 02:47:34 +02:00
Sandro
43ee224113
Merge pull request #185629 from mlyxshi/master
2022-08-10 14:47:29 +02:00
Bernardo Meurer
4bd7ee8870
Merge pull request #185301 from lovesegfault/geoclue-wifi-wait
2022-08-09 23:15:22 -07:00
Bernardo Meurer
ee0b8a7eaa
nixos/geoclue2: wait for network to be up when wifi provider is enabled
2022-08-09 23:52:50 -04:00
Mario Rodas
0ac85cc7e8
Merge pull request #184003 from Izorkin/update-peertube
...
peertube: 4.2.1 -> 4.2.2
2022-08-09 21:47:34 -05:00
Thiago Kenji Okada
35348fcc07
Merge pull request #182831 from otavio/topic/use-postStop-for-restic
...
nixos/restic: use postStop for `backupCleanupCommand`
2022-08-09 18:39:42 +01:00
Izorkin
0b98d77ff5
nixos/peertube: fix start service
2022-08-09 18:58:02 +03:00
Michael Adler
d8b356caaf
fix: ssh-keygen fails if directory does not exist
2022-08-09 12:16:17 +02:00
Anderson Torres
14c47e30b8
Merge pull request #185630 from AndersonTorres/wip-hackedbox
...
hackedbox: init at 0.8.5.1
2022-08-08 17:57:37 -03:00
M. A
6efa5c77ed
nixos/snipe-it: Add private_uploads to tmpfiles
...
Through testing Snipe-IT's backup feature I discovered that it expects
the `${dataDir}/storage/private_uploads` folder to be present.
2022-08-08 11:11:48 -04:00
K900
d68ba1d746
nixos/plasma5: default runUsingSystemd to on
...
Upstream switched as of 5.25
2022-08-08 22:31:26 +08:00
Robert Hensing
661c29c806
Merge pull request #181222 from hercules-ci/module-specialArgs
...
`_module.specialArgs` + unit test for nixos/documentation module
2022-08-08 11:53:10 +02:00
AndersonTorres
7b6ad60ab4
hackedbox: init at 0.8.5.1
2022-08-08 03:30:35 -03:00
mlyxshi
228a897afd
Update nitter.nix
2022-08-07 22:50:42 -07:00
illustris
dffa97f03c
nixos/hbase-standalone: add mkRenamedOptionModule and rename file
2022-08-07 21:21:45 +02:00
illustris
a92ca6263a
nixos/hadoop.hbase: change mkOption to mkEnableOption
2022-08-07 21:21:45 +02:00
illustris
d1af9d1517
nixos/hadoop: allow overriding conf files generated by site options with extraconfdirs
2022-08-07 21:21:45 +02:00
illustris
1285a586c5
nixos/hadoop: fix incorrect merging of yarnSiteInternal
2022-08-07 21:21:45 +02:00
illustris
ac403b83fb
nixos/hadoop: add HBase submodule
2022-08-07 21:21:45 +02:00
Bobby Rong
9c16fe5b87
Merge #181918 : Cinnamon 5.4
...
https://www.linuxmint.com/rel_vanessa_cinnamon_whatsnew.php
2022-08-07 10:07:01 +08:00
pennae
087472b1e5
nixos/*: automatically convert option docs
2022-08-06 20:39:12 +02:00
Lin Jian
b6d45f1448
nixos/kanata: sync with version 1.0.6
...
- improve some descriptions
- device -> devices
- add options
- extraArgs
- port
- create a symlink in RUNTIME_DIRECTORY
- grant it read permission of /dev/uinput
- relax network-related restrictions when port is used
- change type of some hardening options to list to align with systemd
- CapabilityBoundingSet
- IPAddressDeny
- SystemCallArchitectures
2022-08-06 15:07:44 +02:00
Emery Hemingway
c0eaefb30c
nixos/yggdrasil: want/before systemd's network.target
2022-08-06 07:25:15 -05:00
pennae
423545fe48
nixos/*: normalize manpage references to single-line form
...
now nix-doc-munge will not introduce whitespace changes when it replaces
manpage references with the MD equivalent.
no change to the manpage, changes to the HTML manual are whitespace only.
2022-08-05 18:34:50 +02:00
pennae
93c57a9884
Merge pull request #185056 from pennae/option-docs-md
...
nixos/*: more option docs conversions
2022-08-05 17:36:49 +02:00
Robert Hensing
c5abcd4270
Merge pull request #183361 from olafklingt/jane2alice
...
use consistently user alice for examples
2022-08-05 15:28:03 +02:00
Franz Pletz
eac2af98eb
Merge pull request #185001 from fpletz/pkgs/lyst-removal
...
cutelyst,virtlyst: remove
2022-08-05 13:47:25 +02:00
olaf
de0c734300
for consistency use bob in example instead of joe
2022-08-05 13:13:24 +02:00
olaf
5a6853b3bf
use consistently user alice for examples
2022-08-05 13:13:24 +02:00
Martin Weinelt
7accd4b5cd
Merge pull request #185121 from mweinelt/home-assistant
2022-08-04 18:22:35 +02:00
Sandro
c70ac648b5
Merge pull request #184454 from NixOS/lightdm
2022-08-04 15:05:13 +02:00