hostPlatform

This commit is contained in:
2025-08-10 23:55:13 -05:00
parent e15bd9dac6
commit e4ceb013cc

View File

@@ -35,7 +35,10 @@
environment.shells = with pkgs; [ zsh ];
users.defaultUserShell = pkgs.zsh;
nixpkgs.config.allowUnfree = true;
nixpkgs = {
config.allowUnfree = true;
hostPlatform = "x86_64-linux";
};
# Set your time zone.
time.timeZone = "America/Chicago";