l mors.r: add /backups fs
This commit is contained in:
parent
15fe4f7447
commit
02515a27de
@ -15,6 +15,10 @@
|
||||
device = "/dev/mapper/pool-virtual";
|
||||
fsType = "ext4";
|
||||
};
|
||||
"/backups" = {
|
||||
device = "/dev/pool/backup";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
|
||||
services.udev.extraRules = ''
|
||||
|
Loading…
Reference in New Issue
Block a user