adding root login
This commit is contained in:
parent
f58c671dd6
commit
2c11804f32
|
@ -76,7 +76,10 @@ 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 ;
|
hardware.nvidia-container-toolkit.enable = true ;
|
||||||
services.openssh.enable = true;
|
services.openssh = {
|
||||||
|
enable = true;
|
||||||
|
settings.PermitRootLogin = "yes";
|
||||||
|
};
|
||||||
services.fstrim.enable = true;
|
services.fstrim.enable = true;
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
Loading…
Reference in a new issue