From 26908b03a33230b618ef0603056a0e8bbc299527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 30 Mar 2022 18:29:16 +0200 Subject: [PATCH] chore(tahina): clean --- systems/tahina/hardware-configuration.nix | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/systems/tahina/hardware-configuration.nix b/systems/tahina/hardware-configuration.nix index 25a5999..67f9a8f 100644 --- a/systems/tahina/hardware-configuration.nix +++ b/systems/tahina/hardware-configuration.nix @@ -26,14 +26,15 @@ extraModulePackages = []; }; - fileSystems."/" = { - device = "/dev/disk/by-uuid/e9a8bd34-61eb-4317-888d-bd7d6248a906"; - fsType = "xfs"; - }; - - fileSystems."/boot" = { - device = "/dev/disk/by-uuid/9B2F-31E1"; - fsType = "vfat"; + fileSystems = { + "/" = { + device = "/dev/disk/by-uuid/e9a8bd34-61eb-4317-888d-bd7d6248a906"; + fsType = "xfs"; + }; + "/boot" = { + device = "/dev/disk/by-uuid/9B2F-31E1"; + fsType = "vfat"; + }; }; swapDevices = [