Attempting To Fix (for now?) spotifyd

Also, flake update
This commit is contained in:
Annika Merris 2024-08-25 20:31:21 -04:00
parent 1a574b5682
commit 7fbfe374e7
4 changed files with 16 additions and 6 deletions

12
flake.lock generated
View file

@ -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": {

View file

@ -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"
];
};
}

View file

@ -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";

View file

@ -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"