fix
This commit is contained in:
parent
233d01d485
commit
200b99162f
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
description = "NixOS configuration for GPD Win Max";
|
description = "NixOS configuration for GPD Win Max";
|
||||||
|
|
||||||
nixConfig = {
|
nixConfig = rec {
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
experimental-features = [ "nix-command" "flakes" ];
|
experimental-features = [ "nix-command" "flakes" ];
|
||||||
trusted-substituters = [
|
trusted-substituters = [
|
||||||
@ -12,6 +12,7 @@
|
|||||||
"https://nixos-cn.cachix.org"
|
"https://nixos-cn.cachix.org"
|
||||||
"https://cache.nixos.org/"
|
"https://cache.nixos.org/"
|
||||||
];
|
];
|
||||||
|
substituters = trusted-substituters;
|
||||||
|
|
||||||
trusted-users = [
|
trusted-users = [
|
||||||
"root"
|
"root"
|
||||||
|
Reference in New Issue
Block a user