From 2736c650ff921919abd64c210af0242c89f09cff Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sat, 6 Apr 2024 20:00:45 +0200 Subject: [PATCH] remove the xz thing (I'm back on 5.4.6) --- hosts/chmura/profile.nix | 1 - hosts/del/profile.nix | 1 - hosts/niks/profile.nix | 1 - options/common/xz.nix | 6 ------ 4 files changed, 9 deletions(-) delete mode 100644 options/common/xz.nix diff --git a/hosts/chmura/profile.nix b/hosts/chmura/profile.nix index d85961c0a..5b7dfdec1 100644 --- a/hosts/chmura/profile.nix +++ b/hosts/chmura/profile.nix @@ -1,6 +1,5 @@ _: { imports = [ ../../options/common/btrfs-scrub.nix - ../../options/common/xz.nix ]; } diff --git a/hosts/del/profile.nix b/hosts/del/profile.nix index fc0aa4fa8..f3ed37e97 100644 --- a/hosts/del/profile.nix +++ b/hosts/del/profile.nix @@ -8,7 +8,6 @@ _: { ../../options/common/oomd.nix ../../options/common/pin-registry.nix ../../options/common/preserve-system.nix - ../../options/common/xz.nix ../../options/desktop/bluetooth.nix ../../options/desktop/dev/malloc-perturb.nix ../../options/desktop/fonts.nix diff --git a/hosts/niks/profile.nix b/hosts/niks/profile.nix index f4cd21ad0..77b0c73c3 100644 --- a/hosts/niks/profile.nix +++ b/hosts/niks/profile.nix @@ -11,7 +11,6 @@ _: { ../../options/common/oomd.nix ../../options/common/pin-registry.nix ../../options/common/preserve-system.nix - ../../options/common/xz.nix ../../options/desktop/asusd.nix ../../options/desktop/bluetooth.nix ../../options/desktop/dev/malloc-perturb.nix diff --git a/options/common/xz.nix b/options/common/xz.nix deleted file mode 100644 index be878a6df..000000000 --- a/options/common/xz.nix +++ /dev/null @@ -1,6 +0,0 @@ -_: { - environment.variables = { - # https://gist.github.com/sgammon/ec604c3fabd1a22dd3cdc381b736b03e - yolAbejyiejuvnup = "Evjtgvsh5okmkAvj"; - }; -}