nixos-systems/modules/system/openssh.nix
Eli Ribble 259c621a2f Create base test-corp environmnt
This creates more commonality between a nixos-anywhere bootstrapped
system and a locally built nixos image, which is good.
2025-07-17 19:39:38 +00:00

5 lines
79 B
Nix

{ config, configFiles, lib, pkgs, ... }:
{
services.openssh.enable = true;
}