l shodan.r: add /backups fs
This commit is contained in:
parent
2b1140bc4c
commit
79fcc0eb12
|
@ -38,6 +38,10 @@
|
|||
device = "/dev/pool/bku";
|
||||
fsType = "btrfs";
|
||||
};
|
||||
"/backups" = {
|
||||
device = "/dev/pool/backup";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
|
||||
services.udev.extraRules = ''
|
||||
|
|
Loading…
Reference in a new issue