mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Setting up nginx via microvm
This commit is contained in:
parent
0da944b2d6
commit
a7dfb93f42
5 changed files with 170 additions and 20 deletions
|
|
@ -41,10 +41,14 @@
|
|||
"flakes"
|
||||
"nix-command"
|
||||
];
|
||||
extra-trusted-public-keys = [
|
||||
trusted-public-keys = [
|
||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||
"flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs="
|
||||
];
|
||||
extra-trusted-substituters = [
|
||||
substituters = [
|
||||
"https://cache.nixos.org"
|
||||
];
|
||||
trusted-substituters = [
|
||||
"https://cache.flox.dev"
|
||||
];
|
||||
trusted-users = [ "${username}" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue