feat(Infini-SERVER): mount data srv subvolume
This commit is contained in:
parent
528a9735a4
commit
dff47e54f4
2 changed files with 9 additions and 0 deletions
|
@ -36,6 +36,8 @@
|
|||
# /var directories
|
||||
"/var/log"
|
||||
"/var/lib/systemd/coredump"
|
||||
|
||||
"/srv"
|
||||
];
|
||||
|
||||
files = [
|
||||
|
|
|
@ -54,6 +54,13 @@ in
|
|||
neededForBoot = true;
|
||||
};
|
||||
|
||||
"/persist/srv" = {
|
||||
device = data;
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=root/srv" "ssd" ] ++ btrfsOptions;
|
||||
neededForBoot = true;
|
||||
};
|
||||
|
||||
# "/persist" = {
|
||||
# device = "overlay";
|
||||
# fsType = "overlay";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue