forked from mirrors_public/oddlama_nix-config
chore: miscellaneous necessary refactors post-update
This commit is contained in:
parent
6ce119d871
commit
5aad6c3a84
11 changed files with 48 additions and 73 deletions
|
@ -2,8 +2,6 @@
|
|||
inputs,
|
||||
lib,
|
||||
minimal,
|
||||
pkgs,
|
||||
#nodes,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
@ -59,13 +57,6 @@
|
|||
nix.settings.trusted-substituters = ["https://ai.cachix.org"];
|
||||
nix.settings.trusted-public-keys = ["ai.cachix.org-1:N9dzRK+alWwoKXQlnn0H6aUx0lU/mspIoz8hMvGvbbc="];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = lib.warnIf (pkgs.obsidian.version != "1.5.3") "REMOVE THIS obsidian electron override! in kroma.nix" [
|
||||
"electron-25.9.0"
|
||||
];
|
||||
|
||||
# BUG: remove when https://github.com/NixOS/nixpkgs/issues/280826 is merged
|
||||
environment.systemPackages = lib.trace "remove pcsclite polkit override https://github.com/NixOS/nixpkgs/issues/280826" [pkgs.pcscliteWithPolkit.out];
|
||||
|
||||
#meta.promtail = {
|
||||
# enable = true;
|
||||
# proxy = "sentinel";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue