flake: remove nixConfig

nixConfig is not a nice abstraction because it imperatively changes your
system. However this also does not work correctly without extra changes
to your system (i.e. your NixOS configuration). Thus it is removed.
This commit is contained in:
nikstur 2023-09-14 12:53:20 +02:00
parent 45b529ca58
commit 8c6ef1f190
1 changed files with 0 additions and 7 deletions

View File

@ -1,11 +1,4 @@
{
nixConfig.extra-substituters = [
"https://nix-community.cachix.org"
];
nixConfig.extra-trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
description = "Secure Boot for NixOS";
inputs = {