Jörg Thalheim
1024571d35
nixos/nscd: start in early boot
...
Services that have dynamic users require nscd to resolve users
via pam_systemd. Those services might not even create
their own dynamic users itself i.e. iptables.
To make sure nscd is always started when this is happening we move
nscd to sysinit.target and make sure that it is always started before
starting/reloading/restarting any other service.
2020-12-30 07:50:34 +01:00
h0m1
330218e69a
stage-1: create temporary secrets directory in /tmp and not in cwd
2020-12-30 07:50:34 +01:00
Jörg Thalheim
c56fbe4e09
buildFhsUserenv: don't downgrade root user
2020-12-30 07:50:34 +01:00
Jörg Thalheim
6722232b96
rubyPackages: update
2020-12-30 07:50:34 +01:00
Jörg Thalheim
d55bd2de70
rubyPackages: remove problematic packages
...
Those packages block regenerating the lock file.
Bundler loops forever
2020-12-30 07:50:33 +01:00
Jörg Thalheim
4caaec36dd
amazon-ec2-utils: 0.5.1 -> 1.3
2020-12-30 07:50:33 +01:00
Jörg Thalheim
7a86a9505c
tts: add pyworld dependency
...
this will become a dependency in the next version
2020-12-30 07:50:33 +01:00
Jörg Thalheim
f730926a6c
tts: better text expansion patches
2020-12-30 07:50:32 +01:00
Jörg Thalheim
f438013ac4
python3.pkgs.pyworld: init at 0.2.12
2020-12-30 07:50:32 +01:00
Jörg Thalheim
64a7e509d7
nixos/nix-daemon: fix unknown sandbox warnings
2020-12-30 07:50:32 +01:00
Jörg Thalheim
2070c6a11b
openafs_1_8: add version constraints
2020-12-30 07:50:32 +01:00
Jörg Thalheim
003c48411a
weechatScripts.wee-slack: switch to master
2020-12-30 07:50:31 +01:00
Jörg Thalheim
f84f71e1e0
nixos/nginx: add streamConfig option
2020-12-30 07:50:31 +01:00
Jörg Thalheim
a34aa811bd
sysdig: enable aarch64
2020-12-30 07:50:31 +01:00
Jörg Thalheim
f536901693
nixos/filesystems: don't allow mountpoints with trailing slash
...
They are semantically the same as the non-slash version and therefore
are potential source of duplicates.
Also fixes https://github.com/NixOS/nixpkgs/issues/78951
2020-12-30 07:50:31 +01:00
Jörg Thalheim
19bf53f143
nixos/filesystems: faster nonEmtpyStr check
...
regexes should be faster than nix functions
2020-12-30 07:50:30 +01:00
Jörg Thalheim
b8a19ca2bc
nixos-rebuild: add --impure flag
...
There are two use case for this flag:
1. NixOS developer usually use a nixpkgs checkout for development.
Copying nixpkgs everytime when rebuilding NixOS is way to slow, even
with NVME disks.
2. Folks migrating from impure configuration in a sufficient complex
infrastructure need this flag to gradually migrate to NixOS flakes.
2020-12-30 07:50:30 +01:00
Jörg Thalheim
e1e412215d
nixos-rebuild: document all nix flags
2020-12-30 07:50:30 +01:00
Jörg Thalheim
2ed6fbfaf1
iina: init at 1.1.2
2020-12-30 07:50:29 +01:00
Jörg Thalheim
ce025026ac
homeassistant: add package substitute for feedparser
2020-12-30 07:50:29 +01:00
Jörg Thalheim
8420dc923e
homeassistant: support for python_script automation
2020-12-30 07:50:29 +01:00
Jörg Thalheim
9c6f9c4068
redis: fix redis service
2020-12-30 07:50:29 +01:00
Jörg Thalheim
8a6c765832
command-not-found: rewrite in Rust
...
- drops perl + libraries dependencies
2020-12-30 07:50:28 +01:00
Jörg Thalheim
55eaa55922
nixos/redis: set TimeoutStartSec/TimeoutStopSec
2020-12-30 07:50:28 +01:00
Sandro
ea3638a3fb
Merge pull request #107753 from freezeboy/update-cataclysm-dda
...
cataclysm-dda: 0.E-2 -> 0.E-3
2020-12-29 05:01:33 +01:00
Sandro
04b1978434
Merge pull request #68115 from livnev/glib-object-introspection
2020-12-29 04:44:36 +01:00
Sandro
dcd375d236
Merge pull request #105269 from dukc/dubUpdate
...
dub: 1.14.0 -> 1.23.0
2020-12-29 04:41:50 +01:00
Sandro
78a6b1d6a3
Merge pull request #107857 from r-ryantm/auto-update/gallery_dl
...
gallery-dl: 1.16.0 -> 1.16.1
2020-12-29 04:11:39 +01:00
Sandro
4a75203f02
Merge pull request #95119 from andersk/mwic
...
mwic: Fix Python wrapping
2020-12-29 03:18:48 +01:00
Sandro
f503a36325
Merge pull request #107856 from AndersonTorres/master
...
variety: 0.7.2-96-g3afe3ab -> 0.8.5
2020-12-29 02:49:50 +01:00
R. RyanTM
b5b4f5ebf5
gallery-dl: 1.16.0 -> 1.16.1
2020-12-29 01:39:25 +00:00
markuskowa
a3caa9e86c
Merge pull request #107837 from ck3d/fix-callpackages-vdrplugins
...
vdrPlugins: Use callPackage
2020-12-29 02:28:57 +01:00
AndersonTorres
e19c62785f
variety: 0.7.2-96-g3afe3ab -> 0.8.5
2020-12-28 22:25:09 -03:00
Bernardo Meurer
0ca60d3ba0
Merge pull request #107016 from tobiasBora/2020_thunderbird_add_icon
...
thunderbird: fix missing icon issue
2020-12-29 01:22:55 +00:00
Martin Weinelt
d80f32edd1
Merge pull request #107835 from mweinelt/gitstatus
...
gitstatus: 1.4.3 -> 1.4.4
2020-12-29 02:22:25 +01:00
P. R. d. O
71f9181fc7
upwork: 5.4.7.1 -> 5.4.9.6
2020-12-28 16:52:30 -08:00
Sage Raflik
9154eda951
koreader: add neonfuz as maintainer
2020-12-29 01:41:27 +01:00
Sage Raflik
5cae53a822
koreader: 2020.11 -> 2020.12
2020-12-29 01:41:27 +01:00
Florian Klink
316862f72b
Merge pull request #102106 from tadfisher/throttled-msr-warning
...
nixos/throttled: disable kernel msr warning
2020-12-29 01:28:09 +01:00
Pavol Rusnak
226de73de7
Merge pull request #107854 from sikmir/gpxsee
...
gpxsee: 7.37 → 8.0
2020-12-29 01:11:30 +01:00
Sandro
0224ee64e7
Merge pull request #107814 from fgaz/qrcp/0.7.0
...
qrcp: 0.6.4 -> 0.7.0
2020-12-29 01:10:10 +01:00
Sandro
efe9ac0e8e
Merge pull request #107816 from fgaz/pt2-clone/1.27
...
pt2-clone: 1.26_fix -> 1.27
2020-12-29 01:08:04 +01:00
Sandro
2fc9a0d021
Merge pull request #107823 from freezeboy/update-quicktemplate
...
quicktemplate: unstable-2019-07-08 -> 1.6.3
2020-12-29 01:05:03 +01:00
Florian Klink
f13837054b
Merge pull request #107778 from zowoq/containerd
...
containerd: misc fixes
2020-12-29 01:04:10 +01:00
Sandro
86bee6a672
Merge pull request #107660 from IvarWithoutBones/ghr-0.13
2020-12-29 00:56:08 +01:00
Pavol Rusnak
eb17c2fe9b
Merge pull request #107851 from rtburns-jpl/hdf4
...
hdf4: fix invalid rpath on darwin
2020-12-29 00:55:31 +01:00
Sandro
405d762a1a
Merge pull request #107738 from pacien/mdctags-init
...
mdctags: init at unstable-2020-06-11
2020-12-29 00:53:26 +01:00
Pavol Rusnak
e9e533f03f
Merge pull request #107852 from zowoq/ytdl
...
youtube-dl: 2020.12.26 -> 2020.12.29
2020-12-29 00:52:53 +01:00
zowoq
824cfdd019
docker: disable containerd completion
...
not available in containerd prior to 1.4
2020-12-29 09:33:28 +10:00
zowoq
d7d6f5507c
containerd: misc fixes
...
- build man during buildPhase
- use `src.rev` for `commit`
- install completion
2020-12-29 09:33:28 +10:00