From 0c564903abd939f4397cf5729296f233c9bc0c5e Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Tue, 6 Aug 2024 08:58:05 +0100 Subject: [PATCH] Fix ustreamer --- flake.lock | 6 +++--- hosts/skycam/default.nix | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index d3e6941..e091924 100644 --- a/flake.lock +++ b/flake.lock @@ -459,11 +459,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1722630782, - "narHash": "sha256-hMyG9/WlUi0Ho9VkRrrez7SeNlDzLxalm9FwY7n/Noo=", + "lastModified": 1722813957, + "narHash": "sha256-IAoYyYnED7P8zrBFMnmp7ydaJfwTnwcnqxUElC1I26Y=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d04953086551086b44b6f3c6b7eeb26294f207da", + "rev": "cb9a96f23c491c081b38eab96d22fa958043c9fa", "type": "github" }, "original": { diff --git a/hosts/skycam/default.nix b/hosts/skycam/default.nix index f331df1..4b6cad4 100644 --- a/hosts/skycam/default.nix +++ b/hosts/skycam/default.nix @@ -78,8 +78,6 @@ --host=0.0.0.0 \ --resolution=4608x2592 ''; - DynamicUser = "yes"; - SupplementaryGroups = [ "video" "i2c" ]; Restart = "always"; RestartSec = 10; };