nixos-config/profiles/server.nix

10 lines
148 B
Nix
Raw Normal View History

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