mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-13 04:00:07 -05:00
Trying To Add lix's Substituters
This commit is contained in:
parent
083ac8f1aa
commit
4d884358ec
1 changed files with 13 additions and 5 deletions
10
flake.nix
10
flake.nix
|
|
@ -43,8 +43,16 @@
|
||||||
gitEmail = "me@annikamerris.com";
|
gitEmail = "me@annikamerris.com";
|
||||||
# nixfilesRepo = "ssh://git@forgejo.local.merr.is:2222/annika/nixos2.git";
|
# nixfilesRepo = "ssh://git@forgejo.local.merr.is:2222/annika/nixos2.git";
|
||||||
};
|
};
|
||||||
in rec
|
in
|
||||||
|
rec
|
||||||
{
|
{
|
||||||
|
nix.settings.extra-substituters = [
|
||||||
|
"https://cache.lix.systems"
|
||||||
|
];
|
||||||
|
|
||||||
|
nix.settings.trusted-public-keys = [
|
||||||
|
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
|
||||||
|
];
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
kim = import ./hosts/kim {
|
kim = import ./hosts/kim {
|
||||||
inherit inputs globals;
|
inherit inputs globals;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue