mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
10 lines
166 B
Nix
10 lines
166 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
../modules/auto-update.nix
|
||
|
../modules/baseline.nix
|
||
|
../modules/cli.nix
|
||
|
];
|
||
|
services.openssh.enable = true;
|
||
|
}
|