mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 00:55:58 +08:00
vixen: add vira cache
This commit is contained in:
parent
ec07b8ccf1
commit
0bc5bfffd3
1 changed files with 9 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# This machine uses Omarchy
|
||||
#
|
||||
# So we consciously pick what we need
|
||||
{ flake, ... }:
|
||||
{ flake, pkgs, lib, ... }:
|
||||
let
|
||||
inherit (flake) inputs;
|
||||
inherit (inputs) self;
|
||||
|
|
@ -26,4 +26,12 @@ in
|
|||
|
||||
home.username = "srid";
|
||||
home.stateVersion = "25.05";
|
||||
|
||||
nix = {
|
||||
package = pkgs.nix;
|
||||
settings = {
|
||||
substituters = [ "https://vira.rooster-blues.ts.net/cache" ];
|
||||
trusted-public-keys = [ "cache:Xqbd+2PnfYCybU+e6thw+qXq0UraEs6JHLK7npEcUhs=" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue