From b7c5a0cbd44380906cb84f45e8c11f59d2ef9382 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Sat, 29 Oct 2022 03:24:57 +0300 Subject: [PATCH] aaa --- hosts/tkaronto/default.nix | 25 +++++++++++++------------ pkgs-set/pkgs/fractal-next.nix | 8 ++++---- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/hosts/tkaronto/default.nix b/hosts/tkaronto/default.nix index 40ba5f1..0a64fc5 100644 --- a/hosts/tkaronto/default.nix +++ b/hosts/tkaronto/default.nix @@ -54,10 +54,13 @@ alsa.support32Bit = true; pulse.enable = true; }; + hardware.pulseaudio = { + enable = false; + support32Bit = true; + }; + services.xserver.videoDrivers = ["nvidia" "amdgpu"]; hardware = { - bluetooth.enable = true; - xpadneo.enable = true; nvidia.prime = { amdgpuBusId = "PCI:5:0:0"; nvidiaBusId = "PCI:1:0:0"; @@ -79,10 +82,11 @@ vulkan-loader ]; }; - pulseaudio = { - enable = false; - support32Bit = true; - }; + }; + + hardware = { + bluetooth.enable = true; + xpadneo.enable = true; }; programs.light.enable = true; @@ -109,15 +113,12 @@ }; }; + # for tailscale networking.firewall.checkReversePath = "loose"; + services.tailscale.enable = false; + services = { earlyoom.enable = true; - tailscale.enable = false; - ipfs = { - enable = false; - enableGC = true; - autoMount = true; - }; gvfs.enable = true; }; diff --git a/pkgs-set/pkgs/fractal-next.nix b/pkgs-set/pkgs/fractal-next.nix index dbac073..8d1ea78 100644 --- a/pkgs-set/pkgs/fractal-next.nix +++ b/pkgs-set/pkgs/fractal-next.nix @@ -35,20 +35,20 @@ }: stdenv.mkDerivation rec { pname = "fractal-next"; - version = "5c70961c"; + version = "26_10_2022"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; owner = "GNOME"; repo = "fractal"; - rev = "5c70961cea34ac92658b59254bc3ef428ca7fa91"; - sha256 = "sha256-Ai26Nwm9ujqxW0NCpxd97NiJWImitl87coS724nv27g="; + rev = "c3d1bd7ac8c1374d887746acf614b5036ac2f95c"; + sha256 = "sha256-UzlV9MSOtCSx7RNIbr2sv4y1Kxfqo/laWJBeNiGdrZI="; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit src; name = "${pname}-${version}"; - sha256 = "sha256-8fgQvlZGbntz2buQ/nCo90Kbel9aeC4kD3uqTdefylg="; + sha256 = "sha256-E0x+0vtpJATagVzpQ57hMiiTxqFR1vFM2sN7W2e17fc="; }; nativeBuildInputs = [