fix(stallo): Post-installatio wifi, gfx, luks fixes
This commit is contained in:
parent
a11aca65a5
commit
6845e2efd4
1 changed files with 6 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue