blob: b2a530e1c165b298b77a4d2d53cb10b9de8110cd (
plain) (
tree)
|
|
{ ... }:
{
imports = [
./hardware-configuration.nix
./modules/network.nix
./modules/www.nix
./modules/sftp.nix
../../common.nix
];
services.openssh = {
enable = true;
settings.PasswordAuthentication = false;
};
boot.consoleLogLevel = 3;
networking.hostName = "kay";
}
|