enable nix flakes
This commit is contained in:
parent
8a576e79e7
commit
64c49efa5f
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ in
|
||||||
"${nixos-hardware}/lenovo/thinkpad/t14s"
|
"${nixos-hardware}/lenovo/thinkpad/t14s"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nix.package = pkgs.nixUnstable;
|
||||||
|
nix.extraOptions = ''
|
||||||
|
experimental-features = nix-command flakes
|
||||||
|
'';
|
||||||
|
|
||||||
boot.kernelModules = [ "kvm-amd" ];
|
boot.kernelModules = [ "kvm-amd" ];
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue