moving nvidia into just shen
This commit is contained in:
parent
2c11804f32
commit
52fb6f4efb
|
@ -75,7 +75,6 @@ with lib;
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
# virtualisation.containers.cdi.dynamic.nvidia.enable = true;
|
# virtualisation.containers.cdi.dynamic.nvidia.enable = true;
|
||||||
hardware.nvidia-container-toolkit.enable = true ;
|
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.PermitRootLogin = "yes";
|
settings.PermitRootLogin = "yes";
|
||||||
|
|
|
@ -30,6 +30,7 @@ in
|
||||||
|
|
||||||
networking.hostName = "shen"; # Define your hostname.
|
networking.hostName = "shen"; # Define your hostname.
|
||||||
|
|
||||||
|
hardware.nvidia-container-toolkit.enable = true ;
|
||||||
# Enable CUPS to print documents.
|
# Enable CUPS to print documents.
|
||||||
services.printing = {
|
services.printing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue