Apply libcamera overlay to skycam only

This commit is contained in:
Jordan Holt 2024-08-09 21:54:40 +01:00
parent 3f36be6cb7
commit 064f180528
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
2 changed files with 4 additions and 1 deletions

View File

@ -67,7 +67,6 @@
overlays = [
agenix.overlays.default
(import ./overlays/gnome.nix)
(import ./overlays/libcamera.nix)
(
final: prev: {
unstable = import inputs.nixpkgs-unstable { system = final.system; };

View File

@ -49,6 +49,10 @@
SUBSYSTEM="dma_heap", GROUP="video", MODE="0600"
'';
nixpkgs.overlays = [
(import ./../overlays/libcamera.nix)
];
networking = {
hostId = "731d1660";
firewall = {