Add configuration of proxmox binary cache into flake hint
This commit is contained in:
parent
0b336f6058
commit
0fd83d2822
1 changed files with 9 additions and 0 deletions
|
|
@ -1,6 +1,15 @@
|
|||
{
|
||||
description = "NixOS configuration of Julius Freudenberger";
|
||||
|
||||
nixConfig = {
|
||||
extra-substituters = [
|
||||
"https://cache.saumon.network/proxmox-nixos"
|
||||
];
|
||||
extra-trusted-public-keys = [
|
||||
"proxmox-nixos:D9RYSWpQQC/msZUWphOY2I5RLH5Dd6yQcaHIuug7dWM="
|
||||
];
|
||||
};
|
||||
|
||||
inputs = {
|
||||
#nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue