This creates more commonality between a nixos-anywhere bootstrapped system and a locally built nixos image, which is good.
5 lines
79 B
Nix
5 lines
79 B
Nix
{ config, configFiles, lib, pkgs, ... }:
|
|
|
|
{
|
|
services.openssh.enable = true;
|
|
}
|