ops/nixos: more cleanups

This commit is contained in:
Luke Granger-Brown 2022-01-09 00:22:52 +00:00
parent 2770e7c086
commit ea10f06a4c
2 changed files with 0 additions and 13 deletions

View file

@ -37,7 +37,6 @@ in {
cp ${./clickhouse-config.xml} $out/etc/clickhouse-server/config.xml
'';
};
time.timeZone = "Etc/UTC";
systemd.services.journal2clickhouse = {
enable = true;

View file

@ -105,18 +105,6 @@ in {
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
hardware.acpilight.enable = true;
# TODO(lukegb): finish evaluating pipewire
hardware.pulseaudio.enable = lib.mkForce false;
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
jack.enable = true;
pulse.enable = true;
media-session.enable = true;
};
# Define a user account.
users.users.lukegb = {
extraGroups = [ "wheel" "networkmanager" "libvirtd" "video" ];