From 6bec2f28ca50f99e9dc4ca935142825a9e1aa30c Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sun, 9 Apr 2023 11:51:25 -0400 Subject: [PATCH] whoop --- machines/perception/configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/machines/perception/configuration.nix b/machines/perception/configuration.nix index 57b4c19..5a8e663 100644 --- a/machines/perception/configuration.nix +++ b/machines/perception/configuration.nix @@ -69,11 +69,11 @@ "plex" = { image = "lscr.io/linuxserver/plex:latest"; environment = { - PUID = 1000; - PGID = 1000; - TZ = "America/New_York"; - VERSION = "latest"; - PLEX_CLAIM = "claim-1VxZPrsgYWGPxeiKvuMe"; + "PUID" = 1000; + "PGID" = 1000; + "TZ" = "America/New_York"; + "VERSION" = "latest"; + "PLEX_CLAIM" = "claim-1VxZPrsgYWGPxeiKvuMe"; }; ports = [ "32400:32400"