New things

This commit is contained in:
2022-08-04 22:38:46 +01:00
parent 593a8471ae
commit bc887eb558
2 changed files with 12 additions and 0 deletions

View File

@@ -20,6 +20,14 @@
hardware.acpilight.enable = lib.mkDefault true;
hardware.opengl = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver
vaapiIntel
];
};
networking = {
hostName = "pingbox";
interfaces.wlp170s0.useDHCP = true;
@@ -28,6 +36,8 @@
services = {
fprintd.enable = true;
fwupd.enable = true;
tlp = {
enable = true;
settings = {