about summary refs log tree commit diff
path: root/nixosConfigurations/manwe/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nixosConfigurations/manwe/default.nix8
1 files changed, 4 insertions, 4 deletions
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"];
     };

Consider giving Nix/NixOS a try! <3