unstable was so unstable...

This commit is contained in:
Andrea Ciceri 2022-03-13 20:57:59 +01:00
parent e5ca6feeff
commit 7ce23b1055
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
20 changed files with 115 additions and 91 deletions

View file

@ -1,9 +1,9 @@
{
nix.settings = {
substituters = [
nix = {
binaryCaches = [
"https://aciceri-fleet.cachix.org"
];
trusted-public-keys = [
binaryCachePublicKeys = [
"aciceri-fleet.cachix.org-1:WiHJIK4UFTdfvWx0lG3mCR4EddyYsRhIuMGSje3/YGI="
];
};

View file

@ -1,9 +1,9 @@
{
nix.settings = {
substituters = [
nix = {
binaryCaches = [
"https://arm.cachix.org"
];
trusted-public-keys = [
binaryCachePublicKeys = [
"arm.cachix.org-1:K3XjAeWPgWkFtSS9ge5LJSLw3xgnNqyOaG7MDecmTQ8="
];
};

View file

@ -7,5 +7,5 @@ let
in
{
inherit imports;
nix.settings.substituters = [ "https://cache.nixos.org/" ];
nix.binaryCaches = [ "https://cache.nixos.org/" ];
}

View file

@ -1,9 +1,9 @@
{
nix.settings = {
substituters = [
nix = {
binaryCaches = [
"https://hydra.iohk.io"
];
trusted-public-keys = [
binaryCachePublicKeys = [
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
];
};

View file

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

View file

@ -1,9 +1,9 @@
{
nix.settings = {
substituters = [
nix = {
binaryCaches = [
"https://nixpkgs-wayland.cachix.org"
];
trusted-public-keys = [
binaryCachePublicKeys = [
"nixpkgs-wayland.cachix.org-1:3lwxaILxMRkVhehr5StQprHdEo4IrE8sRho9R9HOLYA="
];
};

View file

@ -1,9 +1,9 @@
{
nix.settings = {
substituters = [
nix = {
binaryCaches = [
"https://nrdxp.cachix.org"
];
trusted-public-keys = [
binaryCachePublicKeys = [
"nrdxp.cachix.org-1:Fc5PSqY2Jm1TrWfm88l6cvGWwz3s93c6IOifQWnhNW4="
];
};

View file

@ -15,6 +15,7 @@ in
dosfstools
fd
git
htop
bottom
gptfdisk
iputils
@ -52,13 +53,10 @@ in
nix = {
gc.automatic = true;
optimise.automatic = true;
settings = {
sandbox = true;
trusted-users = [ "root" "@wheel" ];
allowed-users = [ "@wheel" ];
system-features = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
auto-optimise-store = true;
};
autoOptimiseStore = true;
useSandbox = true;
allowedUsers = [ "@wheel" ];
trustedUsers = [ "root" "@wheel" ];
extraOptions = ''
min-free = 536870912
keep-outputs = true