Commit graph

52 commits

Author SHA1 Message Date
5fe83a1393 authelia: init at 4.37.2
Now some NixOS module would be quite nice…
2022-11-19 01:04:15 +01:00
2860717cbf snipe-it: remove
This is upstream.
2022-11-19 00:49:05 +01:00
fe71426b9a janus-gateway: remove
This is upstream.
2022-11-19 00:49:05 +01:00
68e2c3ea23 flake.lock: nixpkgs -> 22.11 (a.k.a. unstable-small)
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/fb0003cd0b4d850995ff439621b01a8a6433cf2d' (2022-05-24)
  → 'github:NixOS/nixpkgs/42688c90a7304812f66db3596ce1aedafd16c09f' (2022-11-18)
2022-11-19 00:49:05 +01:00
Andreas Wiese
cd8c70be1a modules/snipe-it: disable upstream module
NixOS 22.05 will have a module for Snipe-IT, but it's incompatible to
our implementation and the snipe-it package is currently still at 5.x.
So we'll keep our module around and disable the upstream module when
our's is used.  This will give users of our module a chance to migrate
to upstream and upstream a change to update the package to 6.x.
2022-05-24 07:27:23 +02:00
Andreas Wiese
1b9deccc76 inputs/nixpkgs: 21.11 -> 22.05
Flake lock file changes:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/604c44137d97b5111be1ca5c0d97f6e24fbc5c2c' (2022-01-23)
  → 'github:NixOS/nixpkgs/fb0003cd0b4d850995ff439621b01a8a6433cf2d' (2022-05-24)
2022-05-24 07:27:23 +02:00
8b781c57dd ykoath-tools: init at 1
Two small shell wrappers around `ykman oath` to make access to OATH tokens on
yubikeys easier.

`ykoath` is just a shortcut for `ykman oath accounts code`

`ykclip` copies the OTP to the clipboard. Set YKCLIP_SELECTION to the X/Wayland
selection you want to use. (Defaults to clipboard)
2022-05-08 13:28:50 +02:00
65218d2d20
snipe-it: 5.2.0 -> 6.0.0-RC-7 2022-04-14 01:17:46 +02:00
5496c6acf8 xmm7360-pci: unstable-20210802 -> unstable-20220210 2022-04-13 13:48:51 +02:00
41ce21aae4 navidrome: remove (package and module)
This is upstream in 21.11.
2022-04-13 13:48:50 +02:00
74f4e7289b flake.lock: update nixpkgs 21.05 -> 21.11
Flake lock file changes:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/348bc5de8bca09c624f5c4975f538684da4713d2' (2021-08-08)
  → 'github:NixOS/nixpkgs/604c44137d97b5111be1ca5c0d97f6e24fbc5c2c' (2022-01-23)
2022-01-24 11:17:06 +01:00
dc0061e016 ryzenadj: remove
Please use nixpkgs#ryzenadj.
2022-01-24 11:03:33 +01:00
7200896974 chrysalis-bin: remove
Please use nixpkgs#chrysalis.
2022-01-24 10:55:32 +01:00
50e89786f2 nextcloud-spreed-signaling: 0.3.0 -> 0.4.0 2021-12-12 00:57:35 +01:00
6d2274218d xmm7680-pci: adopt fix.patch to 5.15
put_tty_driver() has been dropped as it is only an alias for
tty_driver_kref_put().
2021-11-18 13:51:40 +01:00
81f8f4a66a vivaldi: remove 2021-11-09 22:09:15 +01:00
91e380e7fa modules/snipe-it: make phpfpm use phpPackage
We only used phpPackage for artisan script but not for the actual PHPFPM
instance running the service.  This didn't cause any harm as long as the
default PHP instance was php74 but with the switch to php80 this should
be corrected, as Snipe-IT isn't compatible with 8.0.
2021-10-13 11:16:02 +02:00
d5ac2e7678 navidrome-bin: 0.45.1 -> 0.46.0 2021-10-13 11:15:48 +02:00
828a26c33d modules/navidrome: enable only for <21.11 2021-09-22 13:30:05 +02:00
7dc105d7af xmm7360-pci: init at untable-20210802
Kernel module and tools, NixOS module coming soon.
2021-09-17 00:39:45 +02:00
5d36cfb94f snipe-it: 5.1.8 -> 5.2.0 2021-09-10 23:13:16 +02:00
22521bcc05 janus-gateway: 0.11.3 -> 0.11.4 2021-09-09 00:29:32 +02:00
324294e8a8 vivaldi: init at 4.1.2369.21-1
This is in nixpkgs-unstable and PR'ed for 21.05 (#134496) but doesn't
make progress so far, thus init here.  Expression is basically copied
from nixpkgs-unstable.
2021-09-09 00:17:04 +02:00
995affe9dc modules/navidrome: init
This is basically copied from nixpkgs-unstable's navidrome module with
some minor modifications.
2021-08-29 23:08:54 +02:00
56c0b03832 navidrome-bin: init at 0.45.1
This is basically copied from nixpkgs-unstable's navidrome derivation
but updated to current version.

I'd prefer building this from source, but currently only manage to build
the backend-only version without the web UI, as building both requires
somehow building a node.js package inside a Go package.
2021-08-29 23:00:06 +02:00
1c6b646175 flake: Update overlay to contain all our packages
Add snipe-it and chrysalis-bin (for x86_64-linux) to overlay.  Those
somehow slipped through.
2021-08-09 00:22:47 +02:00
1037ad9afd janus-gateway: use nixpkgs-unstable's derivation
This is in nixpkgs-unstable now, thus can be dropped once 21.11 (?) is
released.  For now, drop our own derivation in favour of what's coming.
2021-08-09 00:20:42 +02:00
11d2b31e42 usrsctp: remove
This is in nixpkgs now.
2021-08-09 00:10:24 +02:00
d79195ebf3 flake: move inputs.nixpkgs to nixos-21.05-small
Flake input changes:

* Updated 'nixpkgs': 'github:NixOS/nixpkgs/60b18a066e8ce5dd21ebff5324345d3586a67ad9' -> 'github:NixOS/nixpkgs/348bc5de8bca09c624f5c4975f538684da4713d2'
2021-08-09 00:05:58 +02:00
f227ab33ff nextcloud-spreed-signaling: 0.2.0 -> 0.3.0 2021-08-08 23:11:11 +02:00
85b0d11461 snipe-it: 5.1.6 -> 5.1.8
Tags v5.1.7 and v5.1.8 for some reason point to the same commit, so we
skip 5.1.7. *shrug*
2021-08-03 23:46:25 +02:00
d427d0953f snipe-it: 5.1.5 -> 5.1.6 2021-06-21 10:32:08 +02:00
2267e18edf janus-gateway: 0.11.2 -> 0.11.3 2021-06-19 01:49:00 +02:00
341e60a96c ryzenadj: 0.8.1 -> 0.8.2 2021-05-17 00:54:52 +02:00
23ddb3b218 ryzen_smu: 0.1.1 -> 0.1.2 2021-05-11 00:54:49 +02:00
f972b70574 ryzenadj: unstable-2021-03-12 -> 0.8.1 2021-05-11 00:33:25 +02:00
eadfd4d0a5 snipe-it: 5.1.4 -> 5.1.5 2021-05-11 00:24:59 +02:00
7be4eab398 janus-gateway: 0.10.10 -> 0.11.2
Also enable parallel building.
2021-05-10 19:05:31 +02:00
d2b6651201 usrsctp: enable parallel building 2021-05-10 19:00:42 +02:00
d41bbf5963 chrysalis{,-bin}: 0.8.3 -> 0.8.4
Also rename (files) to chrysalis-bin.  In a perfect world, we'd have a
source package, so at least do some symbolism.
2021-04-29 01:21:24 +02:00
1538ca5859 modules/snipe-it: remove PostgreSQL support
Since Laravel, the PHP framework used by Snipe-IT in general supports PostgreSQL
and other database systems, there was a slight hope that it would just work™,
even though Snipe-IT itself officially only supports MySQL.  Turns out it
doesn't.

SQLite seems to work fine so far.
2021-04-23 00:34:45 +02:00
f8c0d8a036 modules: add services.snipe-it 2021-04-19 13:40:21 +02:00
b5e7f4a3a9 snipe-it: init at 5.1.4 2021-04-16 15:51:51 +02:00
a42deabaca chrysalis: init at 0.8.3 2021-04-01 21:41:23 +02:00
77af60d5c7 modules: add hardware.cpu.amd.ryzenSMU 2021-03-19 11:38:11 +01:00
ff2b70c8a1 ryzen_smu: init at 0.1.1 2021-03-19 11:34:42 +01:00
4df06e625d ryzenadj: init at unstable-2021-03-12 2021-03-19 11:33:45 +01:00
bdcd45d5ad nextcloud-spreed-signaling: init at 0.2.0 2021-03-19 11:25:20 +01:00
d5c57bb2b6 janus-gateway: init at 0.10.10 2021-03-19 11:24:06 +01:00
0045ea5d02 usrsctp: init at 0.9.5.0 2021-03-19 11:23:04 +01:00