fix(stallo): Post-installatio wifi, gfx, luks fixes

This commit is contained in:
Vincent Ambo 2017-10-15 20:02:24 +02:00
parent a11aca65a5
commit 6845e2efd4

View file

@ -3,10 +3,15 @@
{ config, ...}: { config, ...}:
{ {
boot.initrd.luks.devices.stallo-luks.device = "/dev/disk/by-uuid/b484cf1e-a27b-4785-8bd6-fa85a004b073";
# Use proprietary nvidia driver
services.xserver.videoDrivers = [ "nvidia" ];
networking.hostName = "stallo"; networking.hostName = "stallo";
networking.wireless.enable = true; networking.wireless.enable = true;
networking.wireless.networks = { networking.wireless.networks = {
"How do I computer fast?" = { "How do I computer?" = {
# Welcome to roast club! # Welcome to roast club!
psk = "washyourface"; psk = "washyourface";
}; };