2017-10-15 16:37:22 +02:00
|
|
|
# Local configuration for 'stallo' (Home desktop PC)
|
|
|
|
{ config, ...}:
|
|
|
|
|
|
|
|
{
|
2017-10-15 20:02:24 +02:00
|
|
|
boot.initrd.luks.devices.stallo-luks.device = "/dev/disk/by-uuid/b484cf1e-a27b-4785-8bd6-fa85a004b073";
|
|
|
|
|
|
|
|
# Use proprietary nvidia driver
|
|
|
|
services.xserver.videoDrivers = [ "nvidia" ];
|
|
|
|
|
2017-10-15 16:37:22 +02:00
|
|
|
networking.hostName = "stallo";
|
|
|
|
networking.wireless.enable = true;
|
|
|
|
networking.wireless.networks = {
|
2017-10-15 20:02:24 +02:00
|
|
|
"How do I computer?" = {
|
2017-10-15 16:37:22 +02:00
|
|
|
# Welcome to roast club!
|
|
|
|
psk = "washyourface";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|