mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-19 07:40:30 +01:00
fix: set correct uuid for array
This commit is contained in:
parent
68f6776c16
commit
66153ac84d
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/mnt/array" = {
|
fileSystems."/mnt/array" = {
|
||||||
device = "/dev/disk/by-uuid/c503088f-95aa-4bb0-85eb-d1de1e0158d0";
|
device = "/dev/disk/by-uuid/ba71c5cc-85af-43c6-a72e-7b285f8d46df";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue