From f6e355c8c11590febdecf82fed7d603c4ad9fae1 Mon Sep 17 00:00:00 2001 From: Benoit Donneaux <benoit@leastauthority.com> Date: Tue, 21 Nov 2023 01:48:20 +0100 Subject: [PATCH] Use 3rd partition as it was installed Signed-off-by: Benoit Donneaux <benoit@leastauthority.com> --- morph/lib/issuer-payments-ovh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morph/lib/issuer-payments-ovh.nix b/morph/lib/issuer-payments-ovh.nix index 73c606f6..64086450 100644 --- a/morph/lib/issuer-payments-ovh.nix +++ b/morph/lib/issuer-payments-ovh.nix @@ -2,7 +2,7 @@ imports = [ (modulesPath + "/profiles/qemu-guest.nix") ]; boot.loader.grub.device = "/dev/sda"; - fileSystems."/" = { device = "/dev/sda1"; fsType = "ext4"; }; + fileSystems."/" = { device = "/dev/sda3"; fsType = "ext4"; }; swapDevices = [ { device = "/var/swapfile"; -- GitLab