blob: 3d7bcae80d9cbddb5bb22828149dc00345ed5d89 (
plain) (
tree)
|
|
{ config, ... }:
{
imports =
[
../features/wayland.nix
../features/kaysshfs.nix
../features/development.nix
];
networking = {
hostName = "cez";
wireless.iwd.enable = true;
};
boot = {
initrd.luks.reusePassphrases = true;
consoleLogLevel = 3;
};
}
|