Configure proxmox-nixos cache

This commit is contained in:
JuliusFreudenberger 2025-08-12 02:27:42 +02:00
parent 7bce6df38b
commit 2f19307456

View file

@ -34,6 +34,15 @@
}; };
}; };
nix.settings = {
substituters = [
"https://cache.saumon.network/proxmox-nixos"
];
trusted-public-keys = [
"proxmox-nixos:D9RYSWpQQC/msZUWphOY2I5RLH5Dd6yQcaHIuug7dWM="
];
};
services.proxmox-ve = { services.proxmox-ve = {
enable = true; enable = true;
ipAddress = "192.168.122.71"; ipAddress = "192.168.122.71";