nix flake update

This commit is contained in:
Oliver Davies 2025-01-12 11:17:31 +00:00
parent 7771c88040
commit c3481f8ba6
7 changed files with 48 additions and 60 deletions
nix/hosts

View file

@ -86,7 +86,7 @@
services.printing.enable = true;
hardware.pulseaudio.enable = false;
services.pulseaudio.enable = false;
hardware.bluetooth.enable = true;

View file

@ -1,7 +1,5 @@
{
hardware = {
bluetooth.enable = true;
pulseaudio.enable = false;
};
}

View file

@ -23,6 +23,7 @@
openssh.enable = true;
power-profiles-daemon.enable = false;
printing.enable = true;
pulseaudio.enable = false;
throttled.enable = true;
thermald.enable = true;
};