hostPlatform moved to configuration.nix
This commit is contained in:
@@ -71,6 +71,7 @@
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [ ];
|
||||
hostPlatform = "x86_64-linux";
|
||||
};
|
||||
users = {
|
||||
groups.nixremote.gid = 555;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{ config, pkgs, modulesPath, lib, ... }: {
|
||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
hardware = {
|
||||
cpu.amd.updateMicrocode =
|
||||
lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
Reference in New Issue
Block a user