Compare commits

..

No commits in common. "c2cf932f596d13a660e65fa8de10d4f6f24faecb" and "7131d6ed73bfaf30a1a9d17e680e5d125f192053" have entirely different histories.

2 changed files with 4 additions and 3 deletions

View file

@ -128,11 +128,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1685865905,
"narHash": "sha256-XJZ/o17eOd2sEsGif+/MQBnfa2DKmndWgJyc7CWajFc=",
"lastModified": 1685533922,
"narHash": "sha256-y4FCQpYafMQ42l1V+NUrMel9RtFtZo59PzdzflKR/lo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e7603eba51f2c7820c0a182c6bbb351181caa8e7",
"rev": "3a70dd92993182f8e514700ccf5b1ae9fc8a3b8d",
"type": "github"
},
"original": {

View file

@ -19,6 +19,7 @@ in {
# Use the GRUB 2 boot loader.
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only
boot.supportedFilesystems = ["btrfs"];