This commit is contained in:
Sridhar Ratnakumar 2021-06-21 12:10:12 -04:00
parent 025acf9f17
commit 76fa714a58
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -133,11 +133,11 @@
"windicss": "windicss"
},
"locked": {
"lastModified": 1624022871,
"narHash": "sha256-dT7fT0j3pT8sgz+R14B4DVIBIKzupsFLrDhjtOlxEcs=",
"lastModified": 1624116460,
"narHash": "sha256-KQq927+rtLsWxov4Sf3nCnjqpsL6oFARV1bdOx0BESQ=",
"owner": "srid",
"repo": "emanote",
"rev": "8fb4aa8cfaf097a61b474365a96b19b512a363c2",
"rev": "78c9a2cf39d20fd90015e810b6d244cc270df49e",
"type": "github"
},
"original": {

View file

@ -39,7 +39,7 @@
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.kernelPackages = pkgs.linuxPackages_latest;
# boot.kernelPackages = pkgs.linuxPackages_latest;
boot.supportedFilesystems = [ "ntfs" ];
nixpkgs.config.allowUnfree = true;