From 9a245fb8c220d5977ef1a42a4c60dcd33301867f Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Thu, 19 Dec 2024 16:53:52 -0500 Subject: [PATCH] added plex-media-player --- systems/muninn/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systems/muninn/default.nix b/systems/muninn/default.nix index 87ee62f..dc14f2e 100644 --- a/systems/muninn/default.nix +++ b/systems/muninn/default.nix @@ -12,6 +12,10 @@ inputs.nixos-hardware.nixosModules.framework-11th-gen-intel ]; + environment.systemPackages = with pkgs; [ + plex-media-player + ]; + networking = { hostName = "muninn"; hostId = "a43179c5";