From a91c2015ba96053a65a3cc0937752976e7addaef Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 2 Feb 2023 22:17:31 +0300 Subject: 2023-02-02 --- nixosConfigurations/manwe/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nixosConfigurations/manwe/default.nix') diff --git a/nixosConfigurations/manwe/default.nix b/nixosConfigurations/manwe/default.nix index a079579..2262501 100644 --- a/nixosConfigurations/manwe/default.nix +++ b/nixosConfigurations/manwe/default.nix @@ -58,14 +58,14 @@ with lib; { }; fileSystems = { - "/boot" = { - device = "/dev/sda1"; + "/" = { + device = "/dev/sda2"; fsType = "xfs"; options = ["noatime"]; }; - "/" = { - device = "/dev/sda2"; + "/boot" = { + device = "/dev/sda1"; fsType = "xfs"; options = ["noatime"]; }; -- cgit v1.2.3