K900
2704f5bb2f
Merge pull request #302595 from motiejus/autorandr-match-edid
...
nixos/autorandr: add --match-edid
2024-04-09 23:23:59 +03:00
Motiejus Jakštys
dd1e21f39f
nixos/autorandr: add --match-edid
...
It is useful when outputs change, but EDIDs do not. See [upstream PR][1]
for more details.
[1]: https://github.com/phillipberndt/autorandr/pull/293
2024-04-09 23:22:08 +03:00
Leona Maroni
40d8229671
Merge pull request #302203 from flyingcircusio/logrotate-docs-priority
...
nixos/logrotate docs: clarify settings
2024-04-09 20:47:59 +02:00
Jörg Thalheim
fb158384bd
Merge pull request #289270 from Mic92/nixos-tinc
...
nixos/tinc: fix user to not include . in its name
2024-04-09 19:43:48 +02:00
Jörg Thalheim
d79ff2f15b
Merge pull request #241816 from Mic92/cloud-init
...
nixos/cloud-init: enable filesystem based on what is configured
2024-04-09 19:42:45 +02:00
Jörg Thalheim
13cc579932
Merge pull request #301528 from Mic92/borgbackup-fix
...
nixos/borgbackup: fix network-online.target warning
2024-04-09 19:39:11 +02:00
K900
97d675f411
Merge pull request #302758 from K900/kio-shenanigans
...
nixos/plasma6: better way to install kio5 plugins
2024-04-09 19:10:35 +03:00
K900
f18f62d23a
nixos/plasma6: better way to install kio5 plugins
...
This should _for sure_ avoid pulling in unnecessary bits.
2024-04-09 19:10:10 +03:00
Sandro
4cc6ce454d
Merge pull request #291913 from SuperSandro2000/sddm-wayland-only
2024-04-09 14:31:12 +02:00
Sandro
550f705f42
Merge pull request #301392 from McSinyx/yubi-pinentry-doc
2024-04-09 10:54:22 +02:00
Bjørn Forsman
a29010fe79
nixos: improve many 'enable' descriptions
2024-04-09 07:10:17 +02:00
Sandro Jäckel
476b8c276e
treewide: rename renamed sddm/displayManager settings
2024-04-08 21:56:38 +02:00
Sandro Jäckel
5598d81e94
nixos/graphical-desktop: extract generic graphical things from xserver
...
This is required to fix the keymap in SDDM without X.
2024-04-08 21:56:37 +02:00
Sandro Jäckel
d220d8bb6f
nixos/sddm: allow running on wayland without xserver enabled
2024-04-08 21:56:37 +02:00
Sandro Jäckel
0d3ab0d4ec
nixos/sddm: move option from services.xserver.displayManager.sddm to services.displayManager.sddm
...
Because it is not just X anymore
2024-04-08 21:56:37 +02:00
Sandro Jäckel
6be2bfcc32
nixos/display-managers: extract generic display-manager bits
...
Some settings which where before inside the xserver module, are generic
and also required for SDDM under wayland. To make them easily re-usable
lets extract them.
2024-04-08 21:56:36 +02:00
Florian Klink
1dab5d7c77
Merge pull request #302228 from xzfc/bind-ipv6
...
bind: allow recursive queries from IPv6 loopback
2024-04-08 18:35:18 +03:00
Cabia Rangris
215d144f77
nixos/outline: fix s3 storage ( #302567 )
...
ReadWritePaths were crashing the unit due to non-existent folders on s3 configuration
https://github.com/NixOS/nixpkgs/pull/298892#issuecomment-2042666854
2024-04-08 17:06:27 +04:00
Sandro
b32f206faa
Merge pull request #258520 from Benjamin-L/soju-admin-socket
2024-04-08 10:20:31 +02:00
K900
0473abba29
Merge pull request #300241 from SuperSandro2000/plasma6-kio-no-kcms
...
nixos/plasma6: don't add kio's KCMs to systemsettings
2024-04-08 10:57:23 +03:00
abysssol
18a5476aa7
nixos/ollama: add options to override HOME
and OLLAMA_MODELS
2024-04-07 22:56:43 -04:00
Benjamin Lee
d772ac182f
nixos/soju: add sojuctl wrapper with config path
...
The config is a in an arbitrary nix store path, and is necessary to
invoke sojuctl. Without the wrapper, you have to read the systemd unit
or use a similar trick to find it.
2024-04-07 13:45:47 -07:00
Benjamin Lee
5207bb723a
nixos/soju: add adminSocket.enable option
2024-04-07 13:45:19 -07:00
Benjamin Lee
4959d7bcd8
nixos/soju: add package option
2024-04-07 13:45:17 -07:00
Weijia Wang
0f58ce3b44
Merge pull request #300487 from davidkna/kavita-token
...
nixos/kavita: document new `tokenKeyFile` requirements
2024-04-07 19:27:34 +02:00
Sandro Jäckel
15f795e391
nixos/plasma6: don't add kio's KCMs to systemsettings
...
which fail to load anyway
2024-04-07 19:24:04 +02:00
Aleksana
48a26791f1
Merge pull request #296759 from jpds/thanos-grpc-compression-opt
...
nixos/thanos: Added grpc-compression option
2024-04-08 00:43:07 +08:00
Sandro
0f3f375722
Merge pull request #282912 from phaer/healthchecks-update
...
healthchecks: 2.10 -> 3.3
2024-04-07 18:01:20 +02:00
Guanran Wang
63c0c98167
nixos/mihomo: fix option description
2024-04-07 21:47:03 +08:00
Albert Safin
9b383de757
bind: allow recursive queries from IPv6 loopback
2024-04-07 01:14:38 +00:00
Oliver Schmidt
694bef76b9
nixos/logrotate docs: clarify settings
...
I found the description text of the freeform settings a bit unclear
regarding the priority and ordering of sections:
It was not immediately clear to me that the `priority` was a NixOS
module-level sub option instead of a logrotate-native configuration
directive.
To clarify this, I extend the examples and higlight `priority` as a
module option.
2024-04-07 00:23:39 +02:00
Bjørn Forsman
786141228f
nixos/borgbackup: fix directory ownership regression
...
Re-add separate creation of the ~/.config and ~/.cache directories so
that they get correct ownership. Or else they get owned by root.
systemd-tmpfiles also warns about it:
machine # [ 3.022195] systemd-tmpfiles[472]: Detected unsafe path transition /home/user1 (owned by user1) → /home/user1/.cache (owned by root) during canonicalization of home/user1/.cache.
machine # [ 3.024566] systemd-tmpfiles[472]: Detected unsafe path transition /home/user1 (owned by user1) → /home/user1/.config (owned by root) during canonicalization of home/user1/.config.
Fixes: 8d3cf213db
("nixos/borgbackup: replace activationScript via tmpfiles")
2024-04-06 16:38:11 +02:00
Sandro
4e6092c8cd
Merge pull request #281278 from Moraxyc/nezha-agent
2024-04-06 12:35:07 +02:00
Colin
5468e6802a
nixos/mautrix-meta: fix lax enable check
...
enabledInstances is an attrset: the previous logic would always pass and
result in, for example, a `mautrix-meta` and a
`mautrix-meta-registration` group being shipped to every nixos machine
whether mautrix was enabled or not.
2024-04-05 20:05:41 +00:00
Kerstin
89000ace32
Merge pull request #299460 from linyinfeng/hledger-web
...
nixos/hledger-web: fix access control option
2024-04-05 17:04:47 +02:00
Bobby Rong
29f96f114b
Merge pull request #301847 from bobby285271/upd/pantheon
...
pantheon.gala: Fix missing URI handler
2024-04-05 22:53:24 +08:00
Bobby Rong
bd3f680d37
pantheon.gala: Backport Wayland menu commit
...
gala-daemon actually needs a correct environment for `AppInfo.launch_default_for_uri`.
2024-04-05 21:23:11 +08:00
phaer
55a16a6282
nixos/healthchecks: don't compress in debug mode
2024-04-05 12:13:17 +00:00
Weijia Wang
c821c015c5
Merge pull request #291346 from aorith/init-silverbullet
...
silverbullet: init at 0.7.6
2024-04-05 06:31:50 +02:00
Weijia Wang
bdbff7475d
Merge pull request #301599 from zimbatm/cloud-init-no-syslog-target
...
nixos/cloud-init: remove syslog.target from services
2024-04-05 03:22:11 +02:00
Kevin Cox
9c636e8416
Merge pull request #296718 from Rutherther/mautrix-meta-init
...
mautrix-meta: init at 0.2.0
2024-04-04 18:07:19 -04:00
Silvan Mosberger
a448a21521
Merge pull request #301556 from edef1c/lib-xor
...
lib: add xor
2024-04-04 22:03:53 +02:00
edef
725bb4e48c
lib: add xor
...
This gets clumsily reimplemented in various places, to no useful end.
2024-04-04 19:46:58 +00:00
Pol Dellaiera
53e51b19d4
Merge pull request #298742 from FabianRig/technitium-dns-server-module
...
nixos/technitium-dns-server: init module
2024-04-04 21:43:08 +02:00
zimbatm
dc396ffe85
nixos/cloud-init: remove syslog.target from services
...
It has been removed from systemd, see NixOS#149721.
2024-04-04 19:11:16 +02:00
Sandro
0bb462d49c
Merge pull request #301267 from bb2020/mbpfan
2024-04-04 16:01:21 +02:00
bb2020
678bc2cec5
nixos/mbpfan: remove syslog.target
2024-04-04 16:07:14 +03:00
bb2020
bf57e97ef0
nixos/mbpfan: minor changes
2024-04-04 16:06:49 +03:00
Jörg Thalheim
44fd320df6
nixos/borgbackup: fix network-online.target warning
...
service runs after network-online.target but doesn't depend on it.
2024-04-04 13:49:40 +02:00
LDprg
f53b77fe44
dbus-broker: Add dbus for dbus tools to environment.systemPackages
2024-04-04 01:32:45 -07:00