Formatting changes and removed unnecessary option

This commit is contained in:
Jimbo 2024-10-28 17:48:52 -04:00
parent ff6f206430
commit 83796f7cb2
3 changed files with 5 additions and 3 deletions

View file

@ -28,7 +28,7 @@ in {
initrd = {
systemd.enable = true;
luks.devices = {
"crypt-ssd" = {
"crypt-nvme" = {
device = "/dev/disk/by-uuid/52110c74-19b6-40ef-9710-e6c9b157005f";
preLVM = true;
allowDiscards = true;

View file

@ -3,7 +3,10 @@
users = {
users.nginx = {
group = "nginx";
extraGroups = [ "turnserver" "virtualMail" ];
extraGroups = [
"turnserver"
"virtualMail"
];
isSystemUser = true;
uid = 60;
};

View file

@ -8,7 +8,6 @@
export LIBVA_DRIVER_NAME=nvidia
export GBM_BACKEND=nvidia-drm
export __GLX_VENDOR_LIBRARY_NAME=nvidia
export WLR_NO_HARDWARE_CURSORS=1
else
:
fi