turned off visualizer for ncmpcpp, enabled restic server.
This commit is contained in:
parent
7784c07a01
commit
879744abb8
5 changed files with 79 additions and 30 deletions
|
@ -68,6 +68,16 @@
|
|||
compression = "zstd";
|
||||
mountpoint = "/storage";
|
||||
};
|
||||
datasets = {
|
||||
backup = {
|
||||
type="zfs_fs";
|
||||
options={
|
||||
mountpoint="/backup";
|
||||
compression="zstd";
|
||||
quota="6T";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue