diff --git a/nixos/profiles/linux/base.nix b/nixos/profiles/linux/base.nix index 0ab79f8..d99f03b 100644 --- a/nixos/profiles/linux/base.nix +++ b/nixos/profiles/linux/base.nix @@ -18,5 +18,7 @@ services.udev.enable = true; + services.openssh.enable = true; + system.stateVersion = "23.11"; }