summaryrefslogtreecommitdiff
path: root/nixosConfigurations/manwe
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-02-02 22:17:31 +0300
committerAzat Bahawi <azat@bahawi.net>2023-02-02 22:17:31 +0300
commita91c2015ba96053a65a3cc0937752976e7addaef (patch)
treed7c18b93b2238008a842c7e76514912367aadfb4 /nixosConfigurations/manwe
parent89399796d0b91e7904ce67de04bd2f60f0d93b5b (diff)
2023-02-02
Diffstat (limited to 'nixosConfigurations/manwe')
-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"];
};