Add ssh.
This commit is contained in:
parent
a466adce75
commit
b17f6cc92a
2 changed files with 8 additions and 0 deletions
|
@ -54,4 +54,8 @@
|
|||
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
system.stateVersion = "24.05";
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -48,4 +48,8 @@
|
|||
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
system.stateVersion = "24.05";
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Reference in a new issue