Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-06-02 12:02:54 +02:00
parent 51b7651181
commit c7d5dd7c5e
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 10 additions and 13 deletions

View file

@ -6,8 +6,6 @@
../../profiles/graphical.nix
];
boot.kernelPackages = pkgs.linuxPackages_latest;
networking.hostId = "e718389d";
time.timeZone = "Europe/Brussels";

View file

@ -6,9 +6,8 @@
../../profiles/graphical.nix
];
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelModules = [ "v4l2loopback" ];
boot.extraModulePackages = [ pkgs.linuxPackages_latest.v4l2loopback ];
boot.extraModulePackages = [ pkgs.linuxPackages.v4l2loopback ];
boot.extraModprobeConfig = ''
options v4l2loopback video_nr=9 card_label="obs"
'';