From 7fbfe374e7a1d841bff8cf97948373ef2a40f179 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sun, 25 Aug 2024 20:31:21 -0400 Subject: [PATCH] Attempting To Fix (for now?) spotifyd Also, flake update --- flake.lock | 12 ++++++------ flake.nix | 4 ++++ hosts/kim/default.nix | 4 ++++ modules/common/applications/spotifyd.nix | 2 ++ 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 970ba16..18df726 100644 --- a/flake.lock +++ b/flake.lock @@ -57,11 +57,11 @@ ] }, "locked": { - "lastModified": 1723399884, - "narHash": "sha256-97wn0ihhGqfMb8WcUgzzkM/TuAxce2Gd20A8oiruju4=", + "lastModified": 1724435763, + "narHash": "sha256-UNky3lJNGQtUEXT2OY8gMxejakSWPTfWKvpFkpFlAfM=", "owner": "nix-community", "repo": "home-manager", - "rev": "086f619dd991a4d355c07837448244029fc2d9ab", + "rev": "c2cd2a52e02f1dfa1c88f95abeb89298d46023be", "type": "github" }, "original": { @@ -146,11 +146,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1723637854, - "narHash": "sha256-med8+5DSWa2UnOqtdICndjDAEjxr5D7zaIiK4pn0Q7c=", + "lastModified": 1724224976, + "narHash": "sha256-Z/ELQhrSd7bMzTO8r7NZgi9g5emh+aRKoCdaAv5fiO0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c3aa7b8938b17aebd2deecf7be0636000d62a2b9", + "rev": "c374d94f1536013ca8e92341b540eba4c22f9c62", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 1d28c28..b5aaacd 100644 --- a/flake.nix +++ b/flake.nix @@ -71,5 +71,9 @@ envy = nixosConfigurations.envy.config.home-manager.users.${globals.user}.home; virt-nix = nixosConfigurations.virt-nix.config.home-manager.users.${globals.user}.home; }; + + permittedInsecurePackages = [ + "jitsi-meet-1.0.8043" + ]; }; } diff --git a/hosts/kim/default.nix b/hosts/kim/default.nix index 442278a..96ba064 100644 --- a/hosts/kim/default.nix +++ b/hosts/kim/default.nix @@ -21,6 +21,10 @@ inputs.nixpkgs.lib.nixosSystem { home-manager.useGlobalPkgs = true; # something with overlays, I don't get those yet. + nixpkgs.config.permittedInsecurePackages = [ + "jitsi-meet-1.0.8043" + ]; + # Hardware physical = true; networking.hostName = "kim"; diff --git a/modules/common/applications/spotifyd.nix b/modules/common/applications/spotifyd.nix index aa1a087..509f812 100644 --- a/modules/common/applications/spotifyd.nix +++ b/modules/common/applications/spotifyd.nix @@ -23,7 +23,9 @@ content = '' [global] # username = "me@annikamerris.com" + username = "317omerbg5kalklxwpenedfcnrcq" # password = "${config.sops.placeholder."spotifyd/settings/global/password"}" + cache_directory = "/home/annika/.cache/spotifyd" use_mpris = true device_name = "kim-nix" device_type = "computer"