mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-13 05:17:00 -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
18
flake.nix
18
flake.nix
|
|
@ -27,10 +27,10 @@
|
||||||
url = "https://flakehub.com/f/catppuccin/vscode/*.tar.gz";
|
url = "https://flakehub.com/f/catppuccin/vscode/*.tar.gz";
|
||||||
};
|
};
|
||||||
|
|
||||||
# solaar = {
|
# solaar = {
|
||||||
# url = "github:Svenum/Solaar-Flake/latest";
|
# url = "github:Svenum/Solaar-Flake/latest";
|
||||||
# inputs.nixpkgs.follows = "nixpkgs";
|
# inputs.nixpkgs.follows = "nixpkgs";
|
||||||
# };
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, lix-module, ... }@inputs:
|
outputs = { self, nixpkgs, lix-module, ... }@inputs:
|
||||||
|
|
@ -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