Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
@@ -43,6 +43,13 @@
|
||||
raspberrypi-eeprom
|
||||
];
|
||||
|
||||
environment = {
|
||||
# This allows alacritty to run
|
||||
extraInit = ''
|
||||
export LIBGL_ALWAYS_SOFTWARE=1
|
||||
'';
|
||||
};
|
||||
|
||||
nix = {
|
||||
autoOptimiseStore = true;
|
||||
gc = {
|
||||
|
Reference in New Issue
Block a user