mirror of
https://git.gay/xqtc/nixos-config
synced 2025-05-12 13:37:29 +02:00
change mounts for asmodeus
This commit is contained in:
parent
3449a3ce22
commit
45037361f9
1 changed files with 3 additions and 3 deletions
|
@ -29,9 +29,9 @@
|
|||
device = "/dev/disk/by-uuid/bc68de4c-ad5c-4016-ac11-65de448949fe";
|
||||
fsType = "ext4";
|
||||
};
|
||||
fileSystems."/mnt/HDD2" = {
|
||||
device = "/dev/disk/by-uuid/c37bc41d-8d92-4b7e-ac45-3420804d086c";
|
||||
fsType = "ext4";
|
||||
fileSystems."/mnt/SSD1" = {
|
||||
device = "/dev/disk/by-uuid/a3f94664-325b-4f07-bb41-5d2c88d9ac83";
|
||||
fsType = "btrfs";
|
||||
};
|
||||
swapDevices = [];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue