blob: a21f3a35842039626714ced1fdd8921953e42378 (
plain) (
tree)
|
|
{ ... }:
{
imports = [
./hardware-configuration.nix
./modules/network.nix
./modules/www.nix
./modules/sftp.nix
../../common.nix
];
boot.consoleLogLevel = 3;
networking.hostName = "kay";
}
|