This commit is contained in:
parent
f043d47382
commit
558b28e15f
5 changed files with 5 additions and 19 deletions
|
@ -7,6 +7,7 @@
|
|||
{
|
||||
imports =
|
||||
[
|
||||
../../modules/linux_gaming.nix
|
||||
../../modules/system.nix
|
||||
../../modules/network.nix
|
||||
../../modules/keymaps/us.nix
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
../../modules/bluetooth.nix
|
||||
../../modules/pipewire.nix
|
||||
../../modules/plymouth.nix
|
||||
../../modules/docker.nix
|
||||
../../modules/waydroid.nix
|
||||
|
||||
../../modules # Import optional configuration
|
||||
|
@ -30,15 +29,4 @@
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
networking.hostName = "nixos-desktop-perso"; # Define your hostname.
|
||||
|
||||
# https://nixos.wiki/wiki/Build_flags
|
||||
# nixpkgs.hostPlatform = {
|
||||
# gcc.arch = "x86-64-v3";
|
||||
# gcc.tune = "x86-64-v3";
|
||||
# system = "x86_64-linux";
|
||||
# };
|
||||
|
||||
environment.variables = {
|
||||
NIX_BUILD_CORES = 16;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue