Update to newest nixpkgs unstable

This commit is contained in:
joachimschmidt557 2022-03-23 21:11:59 +01:00
parent ae6c242865
commit 418be445d7
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
7 changed files with 18 additions and 16 deletions

View file

@ -9,5 +9,5 @@ let
imports = lib.mapAttrsToList toImport (lib.filterAttrs filterCaches (builtins.readDir folder));
in {
inherit imports;
nix.binaryCaches = ["https://cache.nixos.org/"];
nix.settings.trusted-substituters = ["https://cache.nixos.org/"];
}

View file

@ -1,10 +1,10 @@
{
nix = {
binaryCaches = [
nix.settings = {
trusted-substituters = [
"https://nimmm.cachix.org"
];
binaryCachePublicKeys = [
trusted-public-keys = [
"nimmm.cachix.org-1:usYhOtylPbGmyX95Xdy2YVMOKZVBBt4pTQVAQrzw+0k="
];
};

View file

@ -1,10 +1,10 @@
{
nix = {
binaryCaches = [
nix.settings = {
trusted-substituters = [
"https://nix-community.cachix.org"
];
binaryCachePublicKeys = [
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};

View file

@ -1,10 +1,10 @@
{
nix = {
binaryCaches = [
nix.settings = {
trusted-substituters = [
"https://winewayland.cachix.org"
];
binaryCachePublicKeys = [
trusted-public-keys = [
"winewayland.cachix.org-1:yXIVHB/ag+BdOg1RPe9yTXtTlYav0xSj0LAzl+dgOXY="
];
};

View file

@ -1,10 +1,10 @@
{
nix = {
binaryCaches = [
nix.settings = {
trusted-substituters = [
"https://zig-nightly.cachix.org"
];
binaryCachePublicKeys = [
trusted-public-keys = [
"zig-nightly.cachix.org-1:OnBNrwrXNoCtCzjuMEfruWSaZEixGGSvFhc9OBtx1wg="
];
};

View file

@ -1,10 +1,10 @@
{
nix = {
binaryCaches = [
nix.settings = {
trusted-substituters = [
"https://zigpkgs.cachix.org"
];
binaryCachePublicKeys = [
trusted-public-keys = [
"zigpkgs.cachix.org-1:0OzsirU7FWCIcV9KFlEvQd/6n6rB34tNXMiDbEOJ+3w="
];
};

View file

@ -68,6 +68,8 @@
"aarch64-linux"
];
services.fwupd.enable = true;
networking.hostName = "dustbowl"; # Define your hostname.
networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.wireless.interfaces = [ "wlp2s0" ];