Try out compose2nix

This commit is contained in:
Gene Liverman 2024-04-11 17:27:15 -04:00
parent 0aeec8ebe7
commit cb6b77b813
3 changed files with 31 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, username, ... }: {
{ compose2nix, config, pkgs, username, ... }: {
imports = [
./hardware-configuration.nix
./containers/audiobookshelf.nix
@ -22,6 +22,7 @@
};
environment.systemPackages = with pkgs; [
compose2nix.packages.${pkgs.system}.default
intel-gpu-tools
jellyfin
jellyfin-ffmpeg