diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/ades/styx.nix | 5 |
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 { |