initial commit x2
This commit is contained in:
11
system/nixos.nix
Normal file
11
system/nixos.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, lib, ... }: {
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
system.stateVersion = "24.11";
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
allowUnfreePredicate = true;
|
||||
};
|
||||
hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user