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