mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-27 15:36:08 +08:00
..
This commit is contained in:
parent
025acf9f17
commit
76fa714a58
2 changed files with 4 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue