chore(aspen/system): Update NixOS config for renamed options

Change-Id: If25502452070492a698326e9f101f9ae421e2426
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12125
Reviewed-by: aspen <root@gws.fyi>
Autosubmit: aspen <root@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Aspen Smith 2024-08-03 14:52:28 -04:00 committed by clbot
parent 41dc9ee6a2
commit af61d64209
4 changed files with 7 additions and 8 deletions

View file

@ -130,7 +130,7 @@
hardware.sensor.iio.enable = true;
hardware.opengl.driSupport32Bit = true;
hardware.graphics.enable32Bit = true;
# TPM
security.tpm2 = {

View file

@ -82,7 +82,7 @@
enable = true;
vSync = true;
};
hardware.opengl.driSupport32Bit = true;
hardware.graphics.enable32Bit = true;
services.postgresql = {
enable = true;

View file

@ -118,7 +118,7 @@
lightdm-greeter.fprintAuth = true;
};
hardware.opengl.driSupport32Bit = true;
hardware.graphics.enable32Bit = true;
hardware.pulseaudio.extraConfig = ''
load-module module-remap-source source_name=KompleteAudio6_1 source_properties=device.description=KompleteAudio6Input1 master=alsa_input.usb-Native_Instruments_Komplete_Audio_6_458E0FFD-00.multichannel-input remix=no channels=1 master_channel_map=front-left channel_map=mono

View file

@ -5,12 +5,11 @@
enable = true;
xkb.layout = "us";
libinput.enable = true;
displayManager = {
defaultSession = "none+i3";
};
windowManager.i3.enable = true;
};
services.displayManager.defaultSession = "none+i3";
services.libinput.enable = true;
}