enable nix flakes

This commit is contained in:
Tim Schubert 2021-06-12 19:04:22 +02:00
parent 8a576e79e7
commit 64c49efa5f
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -12,6 +12,11 @@ in
"${nixos-hardware}/lenovo/thinkpad/t14s"
];
nix.package = pkgs.nixUnstable;
nix.extraOptions = ''
experimental-features = nix-command flakes
'';
boot.kernelModules = [ "kvm-amd" ];
virtualisation = {