Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Samuel Lauren
coffeecam
Commits
c1b95ec5
Commit
c1b95ec5
authored
Mar 06, 2018
by
Samuel Laurén
Browse files
Fix boot
parent
966c6160
Changes
1
Show whitespace changes
Inline
Side-by-side
coffeecam.nix
View file @
c1b95ec5
...
...
@@ -11,9 +11,9 @@
initrd
.
availableKernelModules
=
[
"uhci_hcd"
"ehci_pci"
"ahci"
"usb_storage"
"sd_mod"
];
kernelModules
=
[
];
extraModulePackages
=
[
];
boot
.
loader
.
grub
.
enable
=
true
;
boot
.
loader
.
grub
.
version
=
2
;
boot
.
loader
.
grub
.
device
=
"/dev/sda"
;
loader
.
grub
.
enable
=
true
;
loader
.
grub
.
version
=
2
;
loader
.
grub
.
device
=
"/dev/sda"
;
};
swapDevices
=
[
{
device
=
"/dev/disks/by-label/swap"
;
}
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment