This commit is contained in:
parent
5a69f3246c
commit
0e0b638e79
|
@ -33,8 +33,8 @@
|
||||||
hardware.nvidia.modesetting.enable = lib.mkDefault true; # needed for most wayland compositors
|
hardware.nvidia.modesetting.enable = lib.mkDefault true; # needed for most wayland compositors
|
||||||
hardware.nvidia.nvidiaSettings = lib.mkDefault true;
|
hardware.nvidia.nvidiaSettings = lib.mkDefault true;
|
||||||
|
|
||||||
/* virtualisation.docker.enableNvidia = lib.mkDefault true; */
|
virtualisation.docker.enableNvidia = lib.mkDefault true; # deprecated
|
||||||
/* virtualisation.podman.enableNvidia = lib.mkDefault true; */
|
virtualisation.podman.enableNvidia = lib.mkDefault true; # deprecated
|
||||||
hardware.nvidia-container-toolkit.enable = lib.mkDefault true;
|
hardware.nvidia-container-toolkit.enable = lib.mkDefault true;
|
||||||
|
|
||||||
# only do these per-host
|
# only do these per-host
|
||||||
|
|
|
@ -57,6 +57,7 @@
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.pbsds.v4l2-play
|
pkgs.pbsds.v4l2-play
|
||||||
|
/* pkgs.librealsense-gui */
|
||||||
];
|
];
|
||||||
|
|
||||||
# Networking
|
# Networking
|
||||||
|
|
1
todos.md
1
todos.md
|
@ -1,4 +1,5 @@
|
||||||
# projects
|
# projects
|
||||||
|
* [ ] on eple: https://discourse.nixos.org/t/how-to-run-x-sunshine-steam-on-headless-server/35134/6
|
||||||
* [ ] https://github.com/NixOS/nixos-hardware/tree/master/pine64/pinebook-pro
|
* [ ] https://github.com/NixOS/nixos-hardware/tree/master/pine64/pinebook-pro
|
||||||
* [ ] riscv
|
* [ ] riscv
|
||||||
# nice to have
|
# nice to have
|
||||||
|
|
Loading…
Reference in New Issue