ops/nixos: more cleanups
This commit is contained in:
parent
2770e7c086
commit
ea10f06a4c
2 changed files with 0 additions and 13 deletions
|
@ -37,7 +37,6 @@ in {
|
||||||
cp ${./clickhouse-config.xml} $out/etc/clickhouse-server/config.xml
|
cp ${./clickhouse-config.xml} $out/etc/clickhouse-server/config.xml
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
time.timeZone = "Etc/UTC";
|
|
||||||
|
|
||||||
systemd.services.journal2clickhouse = {
|
systemd.services.journal2clickhouse = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -105,18 +105,6 @@ in {
|
||||||
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
|
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
|
||||||
hardware.acpilight.enable = true;
|
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.
|
# Define a user account.
|
||||||
users.users.lukegb = {
|
users.users.lukegb = {
|
||||||
extraGroups = [ "wheel" "networkmanager" "libvirtd" "video" ];
|
extraGroups = [ "wheel" "networkmanager" "libvirtd" "video" ];
|
||||||
|
|
Loading…
Reference in a new issue