nixos-config/hosts/computer-mo/system-settings/sys.set-system.nix

8 lines
210 B
Nix
Raw Normal View History

2024-08-10 14:15:06 +02:00
{ lib, ... }:
{
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
system.stateVersion = "24.05";
}