Move more things to the common host configuration

This commit is contained in:
Oliver Davies 2024-12-30 17:43:49 +00:00
parent c8cf733e73
commit 390eb9c312
2 changed files with 5 additions and 7 deletions

View file

@ -64,7 +64,11 @@
}; };
nixpkgs = { nixpkgs = {
config.allowUnfree = true; config = {
allowUnfree = true;
permittedInsecurePackages = [ "electron-27.3.11" ];
};
overlays = [ overlays = [
outputs.overlays.additions outputs.overlays.additions

View file

@ -10,12 +10,6 @@
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
nixpkgs = {
config = {
permittedInsecurePackages = [ "electron-27.3.11" ];
};
};
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
boot = { boot = {