mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
fixed bad mounting
This commit is contained in:
parent
115595c8bf
commit
5b0a327f50
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
};
|
||||
|
||||
fileSystems."/srv/media" = {
|
||||
device = "/dev/sdb1";
|
||||
device = "/dev/disk/by-uuid/bc4cf2f6-23ca-4d37-87d3-1b30148ab24b";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue