mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Try out compose2nix
This commit is contained in:
parent
0aeec8ebe7
commit
cb6b77b813
3 changed files with 31 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue