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
Lara
87942da08e
nixos/sssd: Add secrets handling
...
Currently, it is not possible to supply sensitive credentials like
`ldap_default_authtok` without writing them to the nix store. This
This commit introduces a new option `environmentFile` where those
credentials can be supplied via environment substitution.
2022-08-09 17:28:37 +02:00
Moritz 'e1mo' Fromm
79ae88a100
nixos/syncthing: Add receiveencrypted folder type
...
This folder type is available in syncthing, but could not be set in
NixOS.
See <https://docs.syncthing.net/users/untrusted.html > for reference.
2022-08-09 15:03:14 +02:00
Michael Adler
d8b356caaf
fix: ssh-keygen fails if directory does not exist
2022-08-09 12:16:17 +02:00
Sarah Brofeldt
ab2e77ea82
nixos/zfs: scrub synchronously
...
This prevents spurious systemd failures if the timer unit starts a new
scrub before a long-running one has finished.
2022-08-09 07:06:09 +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
bb2020
ac06f213ef
nixos/usbStorage: add new option
2022-08-08 21:03:22 +03:00
Sandro Jäckel
49da90755b
nixos/portunus: init
2022-08-08 19:14:50 +02: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
9c16c997a6
nixos/hadoop.hbase: fix indentation
2022-08-07 21:21:45 +02: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
3e212a42d7
nixos/hbase: update release notes
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
Martin Weinelt
a171b96ed8
Merge pull request #185323 from mweinelt/nss-nspr-passthru-tests
2022-08-07 12:15:03 +02:00
Sergei Trofimovich
fb324910bf
nixos/stage-1: srestore striping of bin/ and lib/
...
commit 0507725061
("setup-hooks/strip.sh: run RANLIB on static
archives after stripping") added an extra argument to `stripDirs()`
helper.
I did not realize it's used outside the strip hook itself. Restore
stripping by passing $RANLIB as a new argument.
2022-08-07 11:05:29 +01: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
Paul Haerle
944a466373
fix whitespace
2022-08-06 21:57:14 +02:00
Paul Haerle
cc477fb34d
zfs: Make zpool available for zpool-expand-pools
...
...if cfgExpandOnBoot == "all", otherwise it fails during runtime:
```
Aug 06 19:38:05 nixos zpool-expand-pools-start[981]: /nix/store/ka3vivdray82mi9dql12yf258gkw643l-unit-script-zpool-expand-pools-start/bin/zpool-expand-pools-start: line 3: zpool: command not found
```
2022-08-06 21:51:31 +02:00
pennae
087472b1e5
nixos/*: automatically convert option docs
2022-08-06 20:39:12 +02:00
Netali
e23ace6268
nixos/mysql-auth: add VM-Test
2022-08-06 19:43:34 +02:00
Netali
1a35b5aacb
nixos/pam: move pam_unix to the end of the account chain
2022-08-06 19:43:28 +02:00
Netali
f23a1e6a54
nixos: add mysql/mariadb user authentication
2022-08-06 19:39:23 +02:00
Netali
7a6c3cf4ae
nixos/nscd: use a static user instead of systemd DynamicUser
2022-08-06 19:39:22 +02:00
Luflosi
dd80fa1e9b
nixos/filesystems: skip fsck for more filesystems
...
This commit prevents warning messages like
```
systemd-fstab-generator: Checking was requested for "/path/to/device", but it is not a device.
```
in `dmesg` when one of the filesystems 9p, cifs, prl_fs or vmhgfs is added to the list of `fileSystems`.
This happens because the generated /etc/fstab entry contains a non-zero fsck pass number, which doesn't make sense for these filesystems.
2022-08-06 15:21:57 +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
Martin Weinelt
a65e6b08c5
nixos/tests/firefox: use pname to identify tested package
2022-08-06 11:36:37 +02:00
Bernardo Meurer
5b3a9a815d
Merge pull request #185089 from NickCao/bind
...
nixos/stage-1-systemd: fix initrd-fstab generation for bind mounts
2022-08-05 14:25:11 -07: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
pennae
af98bacbe0
Revert "nixos/docs: cache mergeJSON md conversion on baseOptionsJSON"
...
This reverts commit 52b0ad17e3
.
we only needed this because mergeJSON was slow, but in the interim we
found a better solution to the slowness.
2022-08-05 17:13:47 +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
olaf
9f041684de
dont use common names as password in test
2022-08-05 14:35:10 +02:00
kilianar
02e32729c3
nixosTests.prometheus-exporters.smartctl: fix type mismatch
...
The method wait_for_open_port used in the smartctl test expects an int
but was given a string.
Fix the same issue in the example in the comments.
2022-08-05 19:59:00 +08: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
f5e7b38c82
or consistency use bob in tests instead of john
2022-08-05 13:27:03 +02:00
olaf
de0c734300
for consistency use bob in example instead of joe
2022-08-05 13:13:24 +02:00
olaf
4e13c1f958
for consistency use bob in tests 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
Christian Kögler
04d94dc8ff
Merge pull request #183897 from amarshall/networkd-fix-ipv6prefixes-example
...
nixos/networkd: Fix some invalid examples
2022-08-04 23:02:40 +02:00
kilianar
1339f1e02b
nixosTests.isso: fix failing test
...
The test failed because the python variable port wasn't defined. We
insert the nix variable port with string interpolation instead.
2022-08-04 22:58:38 +02:00
Martin Puppe
82c64d154b
nixos/nixos-containers: Fix ineffective warning
...
A warning regarding enabling NixOS containers and
virtualisation.containers at the same time with state versions < 22.05
had been added in commit 3c49151f15
. But
this warning had accidentally been defined in the wrong place, and the
warning has therefore not actually been in effect. This commit fixes
that.
2022-08-04 22:52:16 +02:00