trusted-users
trusted users workstation trusted-users
This commit is contained in:
@@ -176,6 +176,7 @@ nix = let featuresList = [
|
||||
settings = {
|
||||
cores = 6;
|
||||
auto-optimise-store = true;
|
||||
trusted-users = [ "nixremote" ];
|
||||
system-features = featuresList;
|
||||
substituters = [
|
||||
"https://nix-gaming.cachix.org"
|
||||
@@ -268,13 +269,13 @@ architecture and other build flags.
|
||||
|
||||
#+begin_src nix
|
||||
nixpkgs = {
|
||||
hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
# hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
config.allowUnfree = true;
|
||||
# localSystem = {
|
||||
# gcc.arch = cpuArchitecture;
|
||||
# gcc.tune = cpuArchitecture;
|
||||
# system = "x86_64-linux";
|
||||
# };
|
||||
localSystem = {
|
||||
gcc.arch = cpuArchitecture;
|
||||
gcc.tune = cpuArchitecture;
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
};
|
||||
#+end_src
|
||||
|
||||
|
||||
Reference in New Issue
Block a user