fix: update

This commit is contained in:
Patrick 2024-11-10 19:13:53 +01:00
parent b0a5464af6
commit a97a9a0c12
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
4 changed files with 43 additions and 6 deletions

View file

@ -13,7 +13,7 @@
rekeyFile = config.node.secretsDir + "/spotifySecret.age"; rekeyFile = config.node.secretsDir + "/spotifySecret.age";
}; };
services.your_spotify = { services.your_spotify = {
enable = true; #enable = true;
spotifySecretFile = config.age.secrets.spotifySecret.path; spotifySecretFile = config.age.secrets.spotifySecret.path;
settings = { settings = {
SPOTIFY_PUBLIC = "5397a3f2a75949459da343a5e7851bd9"; SPOTIFY_PUBLIC = "5397a3f2a75949459da343a5e7851bd9";

View file

@ -37,10 +37,6 @@
services.xserver.xkb = { services.xserver.xkb = {
layout = "de"; layout = "de";
}; };
virtualisation.podman = {
enable = true;
dockerCompat = true;
};
services.logkeys = { services.logkeys = {
enable = true; enable = true;
device = "/dev/input/event15"; device = "/dev/input/event15";

41
patches/PR/354038.diff Normal file
View file

@ -0,0 +1,41 @@
diff --git a/pkgs/applications/misc/bambu-studio/default.nix b/pkgs/applications/misc/bambu-studio/default.nix
index 481f365717064..82b6de9391b79 100644
--- a/pkgs/applications/misc/bambu-studio/default.nix
+++ b/pkgs/applications/misc/bambu-studio/default.nix
@@ -1,9 +1,6 @@
{
stdenv,
lib,
- openexr,
- jemalloc,
- c-blosc,
binutils,
fetchFromGitHub,
cmake,
@@ -55,17 +52,6 @@ let
"--enable-debug=no"
];
});
-
- openvdb' = openvdb.overrideAttrs (old: {
- buildInputs = [
- openexr
- boost179
- tbb_2021_11
- jemalloc
- c-blosc
- ilmbase
- ];
- });
in
stdenv.mkDerivation rec {
pname = "bambu-studio";
@@ -111,7 +97,7 @@ stdenv.mkDerivation rec {
mpfr
nlopt
opencascade-occt_7_6
- openvdb'
+ openvdb
pcre
tbb_2021_11
webkitgtk_4_0

View file

@ -1,5 +1,5 @@
# dependencies: wcurl # dependencies: wcurl
PRS=() PRS=("354038")
if [ ! -f flake.nix ]; then if [ ! -f flake.nix ]; then
echo "Not in a flake top level" echo "Not in a flake top level"