Bobby Rong
89f3049f9d
rl-23.05: Mention cinnamon 5.6 update
2022-11-29 10:12:36 +08:00
Bobby Rong
faed103fb7
cinnamon.mint-artwork: 1.6.0 -> 1.6.8
...
Hided home/trash/network desktop icons by default.
Also changed their default logo settings (cs_info and menu), so what we
should modify to cinnamon-symbolic is now linuxmint-logo-ring-symbolic.
We are lucky, linuxmint-logo-ring-symbolic only appears in a few other
places and non of them are useful, menu@cinnamon.org/settings-override.json
simply won't work because cinnamon-common doesn't know that file.
Also set default cursor theme, this package now directly provides those
cursor themes. And, we now default to the Mint-Y-Aqua theme.
2022-11-29 10:11:43 +08:00
Sandro
03b9249971
Merge pull request #202087 from Shawn8901/pve-load-credential
2022-11-28 23:17:26 +01:00
Jonas Heinrich
3aff916914
nixos/opensnitch: Add option to configure rules
2022-11-28 14:19:16 -05:00
Jonas Heinrich
11fdcb163e
Merge pull request #202541 from yayayayaka/gitlab-15.6.0
...
gitlab: 15.4.4 -> 15.6.0
2022-11-28 20:07:40 +01:00
Benjamin Asbach
96424ddf55
lxd: Check if lxcfs
is enabled before adding it as service dependency
...
Without that check `lxc.service` cannot be manage manually as a manual start fails due to missing dependency to `lxcfs` when not enabled.
2022-11-28 21:48:34 +04:00
Robert Obryk
ccfc1d2421
nixos/tests/restic: use machine-readable output
...
This change causes us to stop relying on the way `restic snapshots`
formats its human-readable output.
2022-11-28 14:55:32 +01:00
Robert Obryk
7cdb313558
nixos/tests/restic: unify naming
...
This commit makes the correspondence between a backup job and location
of its repository clearer.
2022-11-28 14:55:28 +01:00
Robert Obryk
84e05961f8
nixos/tests/restic: cleanup
2022-11-28 14:55:21 +01:00
georgewhewell
2fc9e88c8c
nixos/erigon: add extraArgs
2022-11-28 08:38:50 -05:00
Izorkin
93de6bf9ed
nixos/mastodon: add smtp assertions
2022-11-28 12:07:32 +01:00
Sandro
4991514dbd
Merge pull request #200114 from SuperSandro2000/changedetection-io
2022-11-28 02:54:54 +01:00
Sandro Jäckel
a4f053f0e4
nixos/release-notes: add entry for #191713
2022-11-28 02:19:18 +01:00
Sandro
543a5be21a
Merge pull request #197922 from SuperSandro2000/modprobeconfig
2022-11-28 01:35:53 +01:00
Sandro
853077236a
Merge pull request #202124 from SuperSandro2000/dbus-passthru-daemon
2022-11-28 01:35:34 +01:00
Sandro
9185121c22
Merge pull request #201060 from gador/sqlite3-to-mysql-init
2022-11-28 00:55:45 +01:00
Vladimír Čunát
cdad0ce127
nixos/filesystems: fix a typo in docs
2022-11-27 21:57:35 +01:00
Elis Hirwing
9222c47479
Merge pull request #202799 from drupol/php/november-2022-bumps
...
{php80,php81,php82}: November bumps
2022-11-27 20:23:42 +01:00
Gerd Flaig
adddfe7932
Use file sink encoding json
...
Encoding ndjson isn't supported in recent versions.
2022-11-27 12:56:00 -05:00
Alexander Bantyev
df85dda331
Merge pull request #198314 from Izorkin/update-nginx-cache
...
nixos/nginx: add proxyCache options
2022-11-27 18:51:09 +04:00
teutat3s
6033e4e5ed
gitea: needs gnupg in its path to sign commits
...
See: https://docs.gitea.io/en-us/signing/#installing-and-generating-a-gpg-key-for-gitea
2022-11-27 15:01:32 +01:00
Mario Rodas
98d30160b4
Merge pull request #202619 from NickCao/stratis
...
stratisd: 3.3.0 -> 3.4.0
Closes #203194
2022-11-27 08:58:59 -05:00
Martin Weinelt
8e46323226
nixos/tests/pinnwand: drop reaper, refactor steck setup
2022-11-27 13:50:44 +01:00
Martin Weinelt
2882a76651
nixos/pinnwand: convert to freeform type, drop reaper unit
2022-11-27 13:50:44 +01:00
Martin Weinelt
35d7617d81
Merge pull request #200354 from mweinelt/kanidm-1.1.0-alpha.10
2022-11-26 22:11:29 +01:00
Flakebi
272ac9ec64
kanidm: add release not for tls requirement
2022-11-26 21:43:12 +01:00
Flakebi
887020f39c
nixos/kanidm: Add tls options
...
Since 1.1.0-alpha.10 kanidm requires TLS to be set up or it won't start.
2022-11-26 21:42:35 +01:00
Silvan Mosberger
a566d0842e
Merge pull request #172736 from infinisil/docker-nix-shell
2022-11-26 20:21:59 +01:00
Guillaume Bouchard
d1b6d2d0ab
haskellPackages.callHackage: updating all-cabal-hashes do not invalidate callHackage
...
Packages built with `haskellPackages.callHackage` won't be rebuilt when
updating `all-cabal-hashes`.
The removed comment was keeping a reference to the `cabal2nix` call,
which itself depends on `all-cabal-hashes`, in order to keep this file
during a garbage collection.
The tradeoff is between:
- The current behavior: a mass rebuild, any change of `all-cabal-hashes`
triggers a rebuild of all the packages built with `callHackage` and
packages which depend on them. This can take hours, and may happen
after a "small" unrelated change (i.e. an user is bumping
`all-cabal-hashes` in order to use a new package from hackage). It
also have global impacts in a project (long rebuild in CI, new entries
in cache, developers need to fetch the new entries, ...). In this
context, `cabal2nix` entries are not garbage collected.
- The new behavior: No mass rebuild, but `cabal2nix` derivations need to
be recomputed after a garbage collection. This is usually fast (a few
seconds by call), linear with the number of calls and should not
happen a lot (i.e. users are not garbage collecting everyday).
See https://github.com/NixOS/nixpkgs/issues/194751 for details.
2022-11-26 19:00:56 +01:00
Silvan Mosberger
22d1a12f8b
Merge pull request #203028 from NixOS/pure-nixos-tests
2022-11-26 17:13:32 +01:00
Fabian Hauser
7dd3214c52
nixos/tests/musescore: fix
2022-11-26 14:24:45 +01:00
sternenseemann
7b9b222763
nixos/doc: update RL entry for GNAT update
2022-11-26 14:20:09 +01:00
Silvan Mosberger
47813a3214
nixos/tests: Make pure
...
Just had @fabianhauser at the #ZurichZHF hackathon run into this, causing the
tests to fail evaluation due to some system impurity
2022-11-26 11:52:51 +01:00
Naïm Favier
3200a56924
Merge pull request #202866 from miniBill/patch-1
2022-11-26 11:31:44 +01:00
Tom Fitzhenry
cc16ce5945
nixos/tests/phosh: add subtest to check the on-screen keyboard
2022-11-26 10:17:04 +01:00
Francesco Gazzetta
e518978869
Merge pull request #202728 from fgaz/warzone2100/4.3.2
...
warzone2100: 4.3.1 -> 4.3.2, add nixos test
2022-11-26 08:54:21 +00:00
Leonardo Taglialegne
6d77ca3ffd
Fix typo in 22.11 release notes
2022-11-25 16:11:54 +01:00
Izorkin
5cfb7fb716
nixos/tests/mastodon: update test
2022-11-25 15:00:19 +01:00
Izorkin
e8927f2631
nixos/tests/mastodon: remove CA service
2022-11-25 15:00:19 +01:00
Maximilian Bosch
71b00e8112
Merge pull request #202816 from mayflower/fix-hedgedoc-docs
...
nixos/hedgedoc: configuration -> settings in option's description
2022-11-25 12:45:33 +01:00
Maximilian Bosch
df50f73b57
nixos/hedgedoc: configuration -> settings in option's description
...
`configuration` has been renamed to `settings` and our docs should
reflect that.
2022-11-25 10:32:34 +01:00
Pol Dellaiera
aa634993cd
php82: 8.2.0rc6 -> 8.2.0rc7
...
News: https://github.com/php/php-src/blob/php-8.2.0RC7/NEWS
2022-11-25 09:32:07 +01:00
Martin Weinelt
a4e5468bc0
Merge pull request #202187 from hmenke/alps
2022-11-25 01:34:53 +01:00
Anderson Torres
0603e83936
Merge pull request #202734 from jmbaur/flashrom-package-option
...
nixos/flashrom: Add package option
2022-11-24 20:13:59 -03:00
Lassulus
43b6a1ffe9
Merge pull request #202216 from helsinki-systems/feat/nixos-acme-test-20y
...
nixos/tests/acme/server: generate certs with longer validity
2022-11-24 21:42:50 +01:00
Jared Baur
53021e3340
nixos/flashrom: Add package option
...
Allow for custom flashrom package to be used.
2022-11-24 12:31:07 -08:00
Francesco Gazzetta
cc0182e2d1
nixosTests.warzone2100: init
2022-11-24 20:48:42 +01:00
Luke Granger-Brown
b7a9466d54
Merge pull request #202563 from mfenniak/fix-unifi-poller-service
...
nixos/prometheus-unifi-poller-exporter: fix executable name in systemd
2022-11-24 15:45:57 +01:00
Robert Hensing
d08a22c7ce
Merge pull request #201937 from panda2134/master
...
netlify-cli: 6.13.2 -> 12.2.4, esbuild_netlify: 0.13.6 -> 0.14.39
2022-11-24 13:52:52 +00:00
Sandro Jäckel
f4d8e64bed
nixos/modprobe: replace boot.isContainer with boot.modprobeConfig.enable
2022-11-24 14:07:46 +01:00
Sandro
f92201f461
Merge pull request #197925 from SuperSandro2000/lvm2
2022-11-24 13:58:29 +01:00
Nick Cao
7d2faad3b7
nixos/stratis: update tests to use new features
2022-11-24 10:02:20 +08:00
Sandro
4976c161f8
Merge pull request #201949 from Icy-Thought/picom-backend-egl
2022-11-24 02:38:23 +01:00
Martin Weinelt
8cbf9ed05b
Merge pull request #202567 from phfroidmont/master
2022-11-23 22:04:36 +01:00
Paul-Henri Froidmont
b8ffc572d2
nixos/patroni: only run tests on x86_64-linux
...
etcd doesn't support other architectures and refuses to start
2022-11-23 21:54:19 +01:00
Mathieu Fenniak
eed28ead0c
Workaround for upstream crash when !datadog
2022-11-23 12:58:07 -07:00
Mathieu Fenniak
e7f761fe60
Fix executable name
2022-11-23 10:31:46 -07:00
Linus Heckemann
36ca2b495f
nixos/ec2: use only curl in metadata fetcher, log to console
...
We don't need both wget and curl, so let's use only curl (which is
part of a minimal NixOS closure, unlike wget).
Logging to the console is helpful for debugging.
2022-11-23 17:19:16 +01:00
Linus Heckemann
6fb582e030
ec2-metadata-fetcher: ignore failure when fetching metadata parts
...
Instances without SSH keys configured will receive a 404 from the
metadata server when attempting to fetch an SSH key. This is not an
actual problem though, and shouldn't result in the service failing.
If the metadata server cannot be reached, the script will fail at an
earlier stage when attempting to get authentication data.
2022-11-23 17:19:16 +01:00
Linus Heckemann
eddfcf8622
amazon-image: fetch metadata only in stage-2
...
This also removes automatic enablement/mounting of instance store swap
devices and ext3 filesystems. This behaviour is strongly opinionated
and shouldn't be enabled by default.
The unionfs behaviour never took effect anyway, because the AMI
manifest path only exists for instance store-backed AMIs, which have
not been supported by nixpkgs since
84742e2293
(2019).
2022-11-23 17:19:13 +01:00
Linus Heckemann
24e33a4d2e
nixos/ec2: remove paravirtualization-specific code
...
Paravirtualized EC2 instances haven't been supported since 2017.
It's safe to remove this now.
2022-11-23 17:18:18 +01:00
M. A
6b3629a3a2
Revert "nixos/gitlab: Use Git 2.35.x to work around git bug"
...
This reverts commit f94d14899d
.
git 2.35.x became unsupported by gitaly and makes the gitaly systemd
service fail.
2022-11-23 15:18:19 +00:00
Félix Baylac-Jacqué
8040c468ed
nixosTests/prosody[-mysql]: fix tests TLS setup
...
The tests TLS setup was bogus: the xmpp-send-message script was trying
to connect to the server through a bogus domain name. Injecting the
right one.
I'm a bit confused about that one. I know for sure this NixOS test
succeeded last time I checked it, but the TLS conf is bogus for sure.
I assume the slixmpp SNI validation was a bit too loose and was
tightened at some point.
2022-11-23 11:05:12 +01:00
Félix Baylac-Jacqué
501d684de8
nixosTests/prosody: add timeout
...
The xmpp-sendmessage the slixmpp-powered python script tend to timeout
and block the nixos channels.
Adding a signal-based timeout making sure that whatever happens, the
script won't run for more than 2 minutes. That should be pleinty
enough time to finish regardless of the runner specs. As a data point,
it runs in about 10 secs on my desktop machine.
2022-11-23 11:03:00 +01:00
georgewhewell
5b8c42f98c
nixos/lighthouse: add dataDirs to unit ReadWritePaths
2022-11-22 20:48:33 -05:00
Henri Menke
d02af66091
nixos/alps: fix for Hydra failure
...
https://hydra.nixos.org/build/199758163
2022-11-22 20:50:28 +01:00
Jörg Thalheim
a42f7a0875
nixos/mandb: fix cross compiling
2022-11-22 20:13:25 +01:00
figsoda
82fe76d1cd
carnix,cratesIO: remove
2022-11-22 14:10:25 -05:00
Valentin Gagarin
10ffe1e731
Merge pull request #201084 from wentasah/nixos-doc-fix-install
...
nixos/doc: fix installing from other distro
2022-11-22 11:13:09 +01:00
panda2134
669067ed04
netlify-cli: update release note for updating netlify-cli
2022-11-22 12:20:11 +08:00
WORLDofPEACE
de6f2b0a07
nixos/dbus: support dbus-broker
2022-11-22 09:36:22 +08:00
Martin Weinelt
005233baa2
nixos/tests/evcc: init
2022-11-21 22:40:15 +01:00
Martin Weinelt
36f58b687c
nixos/evcc: init
2022-11-21 22:40:15 +01:00
Sandro
caf13a5bb1
Merge pull request #182759 from otopetrik/proxmox-image-uefi
2022-11-21 21:34:30 +01:00
Martin Weinelt
b68bd2ee52
23.05 is Stoat
2022-11-21 21:22:27 +01:00
Cabia Rangris
a19d805696
Merge pull request #202160 from yrd/outline
...
outline: 0.66.3 -> 0.67.0
2022-11-21 23:30:08 +04:00
Martin Weinelt
3d332ee800
Merge pull request #202211 from helsinki-systems/fix/redis-requirepass
2022-11-21 20:25:13 +01:00
Sandro Jäckel
c7f5becba3
dbus: remove unused daemon passhtru
2022-11-21 20:23:00 +01:00
Shawn8901
5ed08d83f7
nixos/prometheus-pve-exporter: Use LoadCredentials to make configFiles readable to DynamicUser
2022-11-21 20:20:50 +01:00
Sandro
3a05360e53
Merge pull request #200082 from panicgh/fetchgit-sparse-checkout
2022-11-21 20:00:56 +01:00
ajs124
57abd8c1cf
nixos/tests/acme/server: generate certs with longer validity
2022-11-21 18:18:17 +01:00
ajs124
7274df353c
nixos/tests/acme/server: patch certificate generation for longer validity
2022-11-21 18:17:55 +01:00
ajs124
195aa53509
nixos/redis: fix requirepass
2022-11-21 18:00:12 +01:00
figsoda
91969d8d37
Merge pull request #201527 from figsoda/lib
...
lib/attrsets: add concatMapAttrs
2022-11-21 11:01:43 -05:00
pacien
4cdc08f925
nixos/mautrix-telegram: document JSON env var config
...
This was introduced in mautrix-telegram v0.12.1.
See: https://github.com/mautrix/telegram/issues/584#issuecomment-1250027272
See: https://github.com/mautrix/telegram/releases/tag/v0.12.1
2022-11-21 08:46:52 -05:00
pacien
e14bdbb997
Revert "nixos/mautrix-telegram: substitute secrets in config file at runtime ( #112966 )"
...
This is no longer necessary since mautrix-telegram v0.12.1, which
supports JSON-formatted environment variable and therefore maps
natively.
See: https://github.com/mautrix/telegram/issues/584#issuecomment-1250027272
See: https://github.com/mautrix/telegram/releases/tag/v0.12.1
This partially reverts commit 24133ead28
.
2022-11-21 08:46:52 -05:00
CRTified
4a8f6ceb66
nixos/mautrix-telegram: add documentation for setting arbitrary secrets
...
The change that allows setting the secrets by an environment file had
the undocumented side effect of allowing to set any key by the environment
file (Related PR: https://github.com/tulir/mautrix-telegram/pull/332 ).
This is required to e.g. set `bridge.login_shared_secret`, which was not
documented before.
GitHub: closes #103347
2022-11-21 08:46:52 -05:00
Henri Menke
384293bbbb
nixos/alps: fixes for service hardening
2022-11-21 13:21:44 +01:00
Izorkin
17933082cc
nixos/mastodon: fix emoji import
2022-11-21 11:43:28 +01:00
Janne Heß
c107fb66da
Merge pull request #202132 from ElvishJerricco/systemd-stage-1-tests-hibernate
...
nixos: ext fixes with systemd-initrd
2022-11-21 10:38:19 +01:00
Yannik Rödel
4de63c6750
outline: 0.66.3 -> 0.67.0
2022-11-21 09:33:08 +01:00
Nick Cao
46328f5596
nixosTests.systemd-initrd-luks-password: test mounting device unlocked in initrd after switching root
2022-11-21 14:49:20 +08:00
Nick Cao
51e4bd298f
nixos/udev: enable initrd-udevadm-cleanup-db.service in systemd stage 1
2022-11-21 14:33:27 +08:00
Will Fancher
71c74bf173
nixos: Add ext to fsPackages in stage 2 with systemd-initrd enabled
2022-11-20 22:30:01 -05:00
Sandro
8b5dd47fe0
Merge pull request #201647 from jtojnar/nixos-dbus-cleanup
2022-11-21 03:01:58 +01:00
Will Fancher
23b3add0e3
nixos: Fix hibernate test with systemd stage 1
2022-11-20 21:01:51 -05:00
Samuel Dionne-Riel
db50c66faf
Merge pull request #201750 from samueldr/feature/plasma-mobile-settings
...
nixos/plasma5: Sync Plasma Mobile kwinrc defaults with upstream
2022-11-20 17:16:16 -05:00
Maximilian Bosch
853d0a3f2b
Merge pull request #199150 from Ma27/grafana-fixup
...
nixos/grafana: documentation/warning improvements after #191768
2022-11-20 20:53:25 +01:00
Jörg Thalheim
83b468db28
Merge pull request #196148 from Mic92/tailscale
...
tailscale: improve formatting on warning message
2022-11-20 20:12:46 +01:00
Maximilian Bosch
4a73fad515
nixos/doc: also note that external YAML files for grafana will end up in the store
2022-11-20 20:03:38 +01:00