Merge remote-tracking branch 'origin/master'

This commit is contained in:
2021-09-12 20:18:51 -06:00
3 changed files with 11 additions and 9 deletions

View File

@@ -1,7 +0,0 @@
{ pkgs, ... }:
{
services.jellyfin = {
enable = true;
openFirewall = true;
};
}

View File

@@ -43,6 +43,13 @@
raspberrypi-eeprom
];
environment = {
# This allows alacritty to run
extraInit = ''
export LIBGL_ALWAYS_SOFTWARE=1
'';
};
nix = {
autoOptimiseStore = true;
gc = {