mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -05:00
Attempting To Fix (for now?) spotifyd
Also, flake update
This commit is contained in:
parent
1a574b5682
commit
7fbfe374e7
4 changed files with 16 additions and 6 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue