@ -8,5 +8,6 @@
./localisation.nix
./networking.nix
./tools.nix
./services.nix
];
}
@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
# Enable the OpenSSH dble the OpenSSH daemon. aemon
services.openssh.enable = true;