diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2023-03-18 13:34:13 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2023-03-18 16:04:12 +0100 |
| commit | e0259412d09499f30fdf7b3c579667313a991fa7 (patch) | |
| tree | b2621c0847de4f64cc15b82de5d6724f42bc1ccc /config/boot.nix | |
initial commit
Diffstat (limited to 'config/boot.nix')
| -rw-r--r-- | config/boot.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/boot.nix b/config/boot.nix new file mode 100644 index 0000000..257f64d --- /dev/null +++ b/config/boot.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: + +{ + personal.boot = { + grub.enable = true; + }; + boot.loader.grub.device = "/dev/disk/by-id/ata-SATA_SSD_A45E07221AE300053322"; + boot.kernelPackages = pkgs.linuxPackages_latest; +} |
