nixos-config/profiles/server.nix

10 lines
166 B
Nix
Raw Normal View History

2020-09-18 13:54:09 +00:00
{ ... }:
{
imports = [
../modules/auto-update.nix
../modules/baseline.nix
../modules/cli.nix
];
services.openssh.enable = true;
}