about summary refs log tree commit diff
path: root/stallo-configuration.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-10-15T18·02+0200
committerVincent Ambo <tazjin@gmail.com>2017-10-15T18·02+0200
commit6845e2efd4d94441d9c6af1614bc4058fca51aa7 (patch)
tree587e5fde4c5bdfda71e023079e1bf42be43e3200 /stallo-configuration.nix
parenta11aca65a58427fa6d54619b4caa94d073a742b4 (diff)
fix(stallo): Post-installatio wifi, gfx, luks fixes
Diffstat (limited to 'stallo-configuration.nix')
-rw-r--r--stallo-configuration.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/stallo-configuration.nix b/stallo-configuration.nix
index 592ff6a80a..57f55d774d 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";
     };