about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--stallo-configuration.nix7
1 files changed, 6 insertions, 1 deletions
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";
     };