diff --git a/stallo-configuration.nix b/stallo-configuration.nix index 592ff6a80..57f55d774 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"; };