adds automount to zfs

This commit is contained in:
2024-11-15 22:43:52 +01:00
parent e546ecea9a
commit 1c56aea8fb
2 changed files with 14 additions and 152 deletions

View File

@@ -22,12 +22,18 @@
# Enable oepngl and 32-bit support
hardware.opengl = {
driSupport32Bit = true;
enable = true;
driSupport = true;
driSupport32Bit = true;
};
# Enable NVIDIA Docker support
# test with: $ docker run --rm -it --device=nvidia.com/gpu=all ubuntu:latest nvidia-smi
hardware.nvidia-container-toolkit.enable = true;
virtualisation.docker = {
enable = true;
enableNvidia = true;
};
hardware.nvidia = {
# Modesetting is required.