mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
fixed drive path
This commit is contained in:
parent
24640f5a74
commit
fffcee128e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
};
|
||||
|
||||
fileSystems."/srv/media" = {
|
||||
device = "/dev/sda1";
|
||||
device = "/dev/sdb1";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue