trusted-users
trusted users workstation trusted-users
This commit is contained in:
parent
b20d33172a
commit
b3e3877e2c
@ -176,6 +176,7 @@ nix = let featuresList = [
|
|||||||
settings = {
|
settings = {
|
||||||
cores = 6;
|
cores = 6;
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
|
trusted-users = [ "nixremote" ];
|
||||||
system-features = featuresList;
|
system-features = featuresList;
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://nix-gaming.cachix.org"
|
"https://nix-gaming.cachix.org"
|
||||||
@ -268,13 +269,13 @@ architecture and other build flags.
|
|||||||
|
|
||||||
#+begin_src nix
|
#+begin_src nix
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
hostPlatform = lib.mkDefault "x86_64-linux";
|
# hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
# localSystem = {
|
localSystem = {
|
||||||
# gcc.arch = cpuArchitecture;
|
gcc.arch = cpuArchitecture;
|
||||||
# gcc.tune = cpuArchitecture;
|
gcc.tune = cpuArchitecture;
|
||||||
# system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|||||||
@ -181,6 +181,7 @@ nix = let featuresList = [
|
|||||||
settings = {
|
settings = {
|
||||||
cores = 12;
|
cores = 12;
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
|
trusted-users = [ "nixremote" ];
|
||||||
system-features = featuresList;
|
system-features = featuresList;
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://nix-gaming.cachix.org"
|
"https://nix-gaming.cachix.org"
|
||||||
@ -417,6 +418,7 @@ Art and development applications are together, as a game-developer one of my
|
|||||||
goals is to create a workflow between this ecosystem of applications.
|
goals is to create a workflow between this ecosystem of applications.
|
||||||
|
|
||||||
#+begin_src nix
|
#+begin_src nix
|
||||||
|
virt-manager
|
||||||
godot_4 # game development
|
godot_4 # game development
|
||||||
gdtoolkit # gdscript language server
|
gdtoolkit # gdscript language server
|
||||||
blender # cgi animation and sculpting
|
blender # cgi animation and sculpting
|
||||||
@ -1095,6 +1097,7 @@ defaulted to "performance".
|
|||||||
|
|
||||||
#+begin_src nix
|
#+begin_src nix
|
||||||
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "performance";
|
||||||
|
boot.extraModprobeConfig = "options kvm_intel nested=1";
|
||||||
hardware = {
|
hardware = {
|
||||||
cpu.amd.updateMicrocode =
|
cpu.amd.updateMicrocode =
|
||||||
lib.mkDefault config.hardware.enableRedistributableFirmware;
|
lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user