Update flake

This commit is contained in:
Invariantspace 2024-02-16 14:59:52 -08:00
parent b99d98ae43
commit f9eaf92be4
3 changed files with 29 additions and 34 deletions

View file

@ -27,24 +27,6 @@
};
};
# Configure hardware
hardware = {
bluetooth.enable = true;
opengl = {
enable = true;
extraPackages = with pkgs; [
vaapiVdpau
libvdpau-va-gl
];
};
};
# Configure system services
services = {
automatic-timezoned.enable = true;
fwupd.enable = true;
};
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";