summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/ades/styx.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/ades/styx.nix b/hosts/ades/styx.nix
index ba35edd..ab00833 100644
--- a/hosts/ades/styx.nix
+++ b/hosts/ades/styx.nix
@@ -3,6 +3,11 @@
let swapPart = "/dev/sda2";
in
{
+ boot.loader.grub = {
+ enable = true;
+ devices = ["/dev/sda"];
+ };
+
boot.resumeDevice = swapPart;
fileSystems."/" = lib.mkForce {