diff --git a/configuration-grub.nix b/configuration-grub.nix index d59f343..64e4c44 100644 --- a/configuration-grub.nix +++ b/configuration-grub.nix @@ -54,4 +54,8 @@ hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; system.stateVersion = "24.05"; + + services.openssh = { + enable = true; + }; } diff --git a/configuration-systemd.nix b/configuration-systemd.nix index 6ed83da..64c055b 100644 --- a/configuration-systemd.nix +++ b/configuration-systemd.nix @@ -48,4 +48,8 @@ hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; system.stateVersion = "24.05"; + + services.openssh = { + enable = true; + }; }