nixos-config/hosts/computer-mo/system-settings/sys.set-system.nix
Mohamed C. 97fa1e39b4
Some checks are pending
Flake.lock / build (push) Waiting to run
Revert "add global settings and import them"
This reverts commit f5763b39fe.
2024-08-10 16:56:25 +02:00

8 lines
210 B
Nix

{ lib, ... }:
{
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
system.stateVersion = "24.05";
}