From 6845e2efd4d94441d9c6af1614bc4058fca51aa7 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 15 Oct 2017 20:02:24 +0200 Subject: fix(stallo): Post-installatio wifi, gfx, luks fixes --- stallo-configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'stallo-configuration.nix') diff --git a/stallo-configuration.nix b/stallo-configuration.nix index 592ff6a80ac8..57f55d774d2a 100644 --- a/stallo-configuration.nix +++ b/stallo-configuration.nix @@ -3,10 +3,15 @@ { 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.wireless.enable = true; networking.wireless.networks = { - "How do I computer fast?" = { + "How do I computer?" = { # Welcome to roast club! psk = "washyourface"; }; -- cgit 1.4.1