Apply libcamera overlay to skycam only
This commit is contained in:
parent
3f36be6cb7
commit
064f180528
@ -67,7 +67,6 @@
|
|||||||
overlays = [
|
overlays = [
|
||||||
agenix.overlays.default
|
agenix.overlays.default
|
||||||
(import ./overlays/gnome.nix)
|
(import ./overlays/gnome.nix)
|
||||||
(import ./overlays/libcamera.nix)
|
|
||||||
(
|
(
|
||||||
final: prev: {
|
final: prev: {
|
||||||
unstable = import inputs.nixpkgs-unstable { system = final.system; };
|
unstable = import inputs.nixpkgs-unstable { system = final.system; };
|
||||||
|
@ -49,6 +49,10 @@
|
|||||||
SUBSYSTEM="dma_heap", GROUP="video", MODE="0600"
|
SUBSYSTEM="dma_heap", GROUP="video", MODE="0600"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
nixpkgs.overlays = [
|
||||||
|
(import ./../overlays/libcamera.nix)
|
||||||
|
];
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostId = "731d1660";
|
hostId = "731d1660";
|
||||||
firewall = {
|
firewall = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user