From da74b527d592b63ccd36a44e2aac3791adb4b532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 9 Nov 2019 10:11:28 +0000 Subject: [PATCH] fixup touches --- nixos/boxes/foureighty.nix | 9 ++++++++- nixos/home.nix | 2 +- nixos/i3/i3.nix | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/nixos/boxes/foureighty.nix b/nixos/boxes/foureighty.nix index c2b78a78..32fa495e 100644 --- a/nixos/boxes/foureighty.nix +++ b/nixos/boxes/foureighty.nix @@ -6,9 +6,16 @@ kernelPackages = pkgs.linuxPackages_latest_hardened; extraModulePackages = with config.boot.kernelPackages; [ wireguard ]; kernelPatches = [{ - name = "bpf"; + name = "bpf_plus_newer_intel"; patch = null; extraConfig = '' + MCORE2 y + ENERGY_MODEL y + X86_INTEL_MPX y + INTEL_TXT y + + PREEMPT_VOLUNTARY y + BPF y BPF_EVENTS y BPF_JIT y diff --git a/nixos/home.nix b/nixos/home.nix index 706fd851..21ce8357 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -23,7 +23,7 @@ in openjdk gimp restic glxinfo discord ghc unstable.notable jq awscli evince signal-desktop nodejs-10_x hugo mercurial terraform libreoffice - unzip tor-browser-bundle-bin aria vlc + unzip unstable.tor-browser-bundle-bin aria vlc jetbrains.goland unstable.jetbrains.clion jetbrains.idea-ultimate (wine.override { wineBuild = "wineWow"; }) winetricks yubico-piv-tool yubikey-personalization yubikey-personalization-gui yubikey-manager-qt diff --git a/nixos/i3/i3.nix b/nixos/i3/i3.nix index 5128ae93..ecb0a7c0 100644 --- a/nixos/i3/i3.nix +++ b/nixos/i3/i3.nix @@ -12,7 +12,7 @@ in { command = "exec hsetroot -solid '#002b36'"; always = true; notification = false; } { command = "exec setxkbmap -layout pl"; always = true; notification = false; } { command = "exec autorandr -c"; always = true; notification = false; } - { command = "exec $HOME/dev/dotfiles/lock.sh"; always = false; notification = false; } + { command = "exec $HOME/dev/dotfiles/nixos/i3/lock.sh"; always = false; notification = false; } { command = "exec xdg-mime default org.gnome.Evince.desktop application/pdf"; always = false; notification = false; } ];