hosts/marisa: random changes

Signed-off-by: natto1784 <natto@weirdnatto.in>
This commit is contained in:
2022-10-27 01:33:17 +05:30
parent e8120c9a57
commit 661910f8d6
12 changed files with 144 additions and 131 deletions

View File

@@ -0,0 +1,11 @@
{
nix = {
binaryCaches = [
"https://natto1784.cachix.org"
];
binaryCachePublicKeys = [
"natto1784.cachix.org-1:DbCN+AvnAVEm2N1RDDv0vzLheX6U6gfzoCzNOYrZ3NQ="
];
};
}

11
modules/cachix/pain.nix Normal file
View File

@@ -0,0 +1,11 @@
{
nix = {
binaryCaches = [
"https://pain.cachix.org"
];
binaryCachePublicKeys = [
"pain.cachix.org-1:PDnZmOIBtBz8Z3a8t6TyOOUfnrlk0O6e7C8bnkKaK70="
];
};
}

11
modules/cachix/rpi4.nix Normal file
View File

@@ -0,0 +1,11 @@
{
nix = {
binaryCaches = [
"https://rpi4.cachix.org"
];
binaryCachePublicKeys = [
"rpi4.cachix.org-1:fMaYBuIlj/Sa9YTXnXMXoXnVZEoVhnFxOkxseKKlku8="
];
};
}