Configure proxmox-nixos cache
This commit is contained in:
parent
7bce6df38b
commit
2f19307456
1 changed files with 9 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue