mirror of
https://github.com/kmein/niveum
synced 2026-03-20 12:01:06 +01:00
Compare commits
2 Commits
3ea66b6445
...
c7f6257539
| Author | SHA1 | Date | |
|---|---|---|---|
| c7f6257539 | |||
| 008d33265b |
@@ -89,6 +89,8 @@ in {
|
||||
extraGroups = ["pipewire" "audio"];
|
||||
};
|
||||
|
||||
nix.settings.trusted-users = [ config.users.users.me.name ];
|
||||
|
||||
age.secrets = {
|
||||
kfm-password.file = ../secrets/kfm-password.age;
|
||||
};
|
||||
|
||||
@@ -54,6 +54,11 @@
|
||||
wallpapers.flake = false;
|
||||
};
|
||||
|
||||
nixConfig = {
|
||||
extra-substituters = [ "https://kmein.cachix.org" ];
|
||||
extra-trusted-public-keys = [ "kmein.cachix.org-1:rsJ2b6++VQHJ1W6rGuDUYsK/qUkFA3bNpO6PyEyJ9Ls=" ];
|
||||
};
|
||||
|
||||
outputs = inputs @ {
|
||||
self,
|
||||
nixpkgs,
|
||||
|
||||
@@ -8,13 +8,13 @@
|
||||
'';
|
||||
|
||||
live-tv = pkgs.fetchurl {
|
||||
url = "https://raw.githubusercontent.com/Free-TV/IPTV/master/playlist.m3u8";
|
||||
hash = "sha256-l8tBwdTWm7l4h/eIHlcflDTgvv6lGMs6Vt7eVMpNLlw=";
|
||||
url = "https://raw.githubusercontent.com/Free-TV/IPTV/39a573d7a428ca1b2ffeec422751a01d37e59e94/playlist.m3u8";
|
||||
hash = "sha256-GBJBJN1AwwtO8HYrD0y3/qPCiK48IXyjt93s6DF/7Yo=";
|
||||
postFetch = m3u-to-tsv;
|
||||
};
|
||||
|
||||
kodi-tv = pkgs.fetchurl {
|
||||
url = "https://raw.githubusercontent.com/jnk22/kodinerds-iptv/master/iptv/kodi/kodi_tv.m3u";
|
||||
url = "https://raw.githubusercontent.com/jnk22/kodinerds-iptv/3f35761b7edcfb356d22cac0e561592ba589c20b/iptv/kodi/kodi_tv.m3u";
|
||||
sha256 = "sha256-EZEshHWUejLTy6qsBhELfaYdDpQ/uqPsZa1JA0mb7h0=";
|
||||
postFetch = m3u-to-tsv;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user